Suppliers API's in 11i

Hello,
I am creating an application similar to iSupplier where I need to create Supplier, Supplier Site and Contacts. If the supplier clicks submit the record should created right away. There would a delay if I have to use the supplier interface table and import. Is there a way that I can load them using API's without using Concurrent Program Import Process. In simple words, it should work like iSupplier.
Thanks,
Sharad

Pls check following, you will get answer...
Is There A Bulk Supplier / Supplier User Registration API Available? [ID 256790.1]
Does the Supplier Open Interface API Support Updates to Supplier Information? [ID 795270.1]

Similar Messages

  • Oracle R12 supplier API to end date current operating unit and create new o

    Can anybody give some idea's for using supplier api's, to end date current operating unit of employee and create a new operating unit for same site in Oacle r12. I need this requirement as employee transfer frequently. As i m a newbie,Will be helpful if u can give a sample query as how to update using api for this scenario.
    Thanks in Advance

    Hi Viral,
    Sorry, this is not the exact Solution which we are looking for.
    Could anyone provide us witha solution or help us in providing the exact functionality of this Address API.
    Thanks,
    Kamatchi

  • Any AP Suppliers API for update?

    Hi everyone,
    I have a large volumes of suppliers that need to be updated. Are there any API's that I can use for update.
    I need to update Receiving and Invoice Managment information for suppliers
    Is this possible or not a good idea to do that. what would be best way to update Suppliers data.
    Instance info:
    Oracle Application: 12.1.3
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Thanks in advance.
    Edited by: user8822881 on Mar 15, 2013 1:14 PM

    Hi,
    You can find all available APIs by adding " Integrated SOA gateway" responsibility and going to Integration Repository Link.
    12: How To Access API References via the Oracle Integration Repository [ID 462586.1]
    Regards
    Yoonas

  • List of suppliers API

    Hi there,
    Is there an API to get the organization list of suppliers?

    Hi,
    Please check the below link.
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/bcmidapii/cabfaapiintro.pdf
    Thanks,
    Venkat

  • How to update need by date in Purchase order using an API?

    Hi All,
    Is there any API available in 11i which can be used to update the need by date in purchase order?
    There is a API PO_CHANGE_API1_S.UPDATE_PO, but it updates only the promise date and not the need by date.
    Please help !!
    Thanks & Regards
    Anuj

    Your error comes from Sybase, so I suggest you post your question to a Sybase forum.  And be aware that Sybase does not use the same tsql dialect as sql server, so you must use their dialect (if, indeed, there is any difference in this particular situation). 
    One note - there should be no space between "N" and the Unicode string literal to which it applies in tsql.  E.g.,
    = N'Executive Chair эюя'
    not
    = N 'Executive Chair эюя'

  • Handling rejections in the Payable's Supplier Open Interface Import Process

    I’m using the suppliers API to mass load the suppliers. I’m loading the tables AP_SUPPLIERS_INT, AP_SUPPLIER_SITES_INT and AP_SUP_SITE_CONTACT_INT by part; first the AP_SUPPLIERS_INT and then the other two tables. Due to various errors I get some rejections on the first table. If I want to correct the data on the interface tables, what should I do (on the rejected records that I want to correct)? (a)Should I correct the data and leave the STATUS and REJECTION_CODE as the API left them and re-run the Open Interface Import process? (b)Should I delete the contents of those fields? (c)Should I delete the entire table?
    I tried option (a) but the process seemed to take forever compared to the first time I ran it and I canceled the request.
    Thanks in advance.

    Hi,
    Unhide the Debug (Debug Switch) parameter of the Report, Supplier Open Interface Import and run the program with Debug flag as Yes.
    Please post the log to help us understand the issue.
    Regards,
    Sridhar

  • Getting HR information using APIs

    Hi All,
    We do have documentation for all the APIs which Create, Update or Delete the data in standard tables. We can get it from either eTRM or iRepository. But if I want to use the APIs to get some information from HR e.g. HR_PERSON_TYPE_USAGE_INFO which does not Create, Update or Delete the data. It returns some information. Where do I get the documentation for this type of APIs?
    Thanks for the answer in advance.
    Cheers,
    CAH

    Pl see if these ML Docs help
    152254.1 - Troubleshooting Guide for How to Use an HRMS API
    152255.1 - Troubleshooting Guide for Determining which HRMS API to Use
    121964.1 - Publicly Callable Business Process APIs in Release 11i
    72310.1 - Understanding and Using APIs in Oracle HRMS
    152028.1 - HR Foundation (Shared HR) and APIs
    HTH
    Srini

  • Require po_line_locations_all update api

    HI All,
    I want to know is it feasible to update the table po_line_locations_all directly by using update statement...........? or it is better to use update api to update the table po_line_locations_all....
    Please suggest me which option is better...
    if api is better .. please tell me what is the name of the api to update po_line_locations_all.
    Thanks,
    Uma.

    Directly updating base tables is not supported - you are required to use an API. For 11i the APIs are listed at http://irep.oracle.com - for R12, use the "Integration Repository" responsibility in your instance. See if these MOS Docs can also help -
    67108.1 - Procurement (Purchasing) Product Documentation
    359295.1 - Oracle® Purchasing Release 11i10 Open Interfaces and APIs
    HTH
    Srini

  • INV API  inv_quantity_tree_pub.query_quantities in R12

    Hi,
    is there any difference in the inv_quantity_tree_pub.query_quantities APi b/w 11i and R12.
    Thanks.

    Ganapati,
    This code works with the same parameters you are passing. Can you please try? This is in R12.0.4 vision (inventory merger for OPM). In my case item was lot and serial controlled hence passed TRUE for both. You can change it if you need to.
    DECLARE
    x_return_status VARCHAR2 (1);
    x_msg_data VARCHAR2 (4000);
    x_msg_count NUMBER;
    x_qoh NUMBER;
    x_rqoh NUMBER;
    x_qr NUMBER;
    x_qs NUMBER;
    x_att NUMBER;
    x_atr NUMBER;
    x_sqoh NUMBER;
    x_srqoh NUMBER;
    x_sqr NUMBER;
    x_sqs NUMBER;
    x_satt NUMBER;
    x_sqtr NUMBER;
    BEGIN
    inv_globals.set_org_id (207);
    inv_quantity_tree_pub.clear_quantity_cache;
    inv_quantity_tree_pub.query_quantities (p_api_version_number => 1.0
    , x_return_status => x_return_status
    , x_msg_count => x_msg_count
    , x_msg_data => x_msg_data
    , p_organization_id => 207
    , p_inventory_item_id => 167742
    , p_tree_mode => 1
    , p_is_revision_control => FALSE
    , p_is_lot_control => TRUE
    , p_is_serial_control => TRUE
    , p_grade_code => NULL
    , p_revision => NULL
    , p_lot_number => NULL
    , p_subinventory_code => NULL
    , p_locator_id => NULL
    , x_qoh => x_qoh
    , x_rqoh => x_rqoh
    , x_qr => x_qr
    , x_qs => x_qs
    , x_att => x_att
    , x_atr => x_atr
    , x_sqoh => x_sqoh
    , x_srqoh => x_srqoh
    , x_sqr => x_sqr
    , x_sqs => x_sqs
    , x_satt => x_satt
    , x_satr => x_sqtr
    DBMS_OUTPUT.put_line (x_return_status);
    DBMS_OUTPUT.put_line (x_msg_count);
    DBMS_OUTPUT.put_line (x_qr);
    DBMS_OUTPUT.put_line (x_qoh);
    DBMS_OUTPUT.put_line (x_rqoh);
    END;
    Thanks
    Nagamohan

  • Query to create supplier site

    What is the query to create supplier site? I have to create 500 suppliers sites for a project, how do i do it? What is the query?

    Oracle provides a number of APIs to create such data.
    For your task, you can use the supplier api.
    See sample code at http://oracleapps88.blogspot.com/2011/09/supplier-supplier-site-creation-using.html
    Since you have to create only the sites, you can skip to supplier creation steps in the above website.
    Sandeep Gandhi

  • What are the improvements with lli API's?

    I keep hearing that API functionality in 11i has been improved. What exactly has been improved? More API's have been added? The interface has been enhanced? What exactly is the improvement?

    Excuse me,
    I got the answer by testing the remote API
    And I have another question about the BPEL API which used in the console
    I have success construct the class com.oracle.bpel.client.Locator
    It providing a set of methods for invoking Oracle BPEL
    However, the methods always using WhereCondition as parameter
    therefore, I need to know about the database.
    1. Could anyone tell me where can I found the database schema?
    2. There are some deprecated APIs what is the preferred APIs of them?
    - IDeliveryService.SERVICE_NAME
    - IDeliveryService.request({Process}, {Operation}, {NormalizedMessage})
    - IDeliveryService.post({Process}, {Operation}, {NormalizedMessage})
    Thank you very much ^^
    Roy

  • Web / Desktop GUI API

    I am researching the possibility of and API that allows both dektop (Swing) and web (JSP) front-ends to be built from a single piece of source code. Does anyone know any projects that are currently looking at this?

    Hi bachan;
    Please try this search i belive you will find many think in it
    Also check
    Publicly Callable Business Process APIs in Release 11i & 12 [ID 121964.1]
    Regard
    Helios

  • XML Shipping Inbound API Mapping

    Hi,
    We are trying to find out for some templates or standards to implement XML gateway to one of our client.
    We would like to know is there any oracle supplied API mapping file for shipping inbound XML file.We are aware of there are "xfm" files (xml gateway map file)are there to map inbound xml file to shipping interface tables.
    we wanted to know same for shipping API's.
    I appreciate ur help in this regard.
    Thanks
    venkata

    The only expense available to set is Freight which is set correctly to Shipping. We are not using the Webtools interface so no way to look at the Tax. In the Sync Manager it is set to a Default of exempt. We need to pass CA for any California orders and set this in the BP record so the tax is calculated. For shipping we have tried passing the shipping type number with no luck.
    Thanks for the feedback.

  • PDFDocMerger API Deprecated mergePDFDocs Method

    All,
    We are trying to use the supplied PDFDocMerger API and running into some issues. When I look at the documentation it states that the mergePDFDocs method is deprecated; I do not see a replacement method. Is the documentation lacking updates and there is a new method to use or does the API simply not work anymore? I would really appreciate any insight into this issue as I need to merge PDFs and don't want to go outside the supplied API's.
    Thanks in Advance,
    Josh

    Ok, just looked over the documentation one more time and realized process() replaces it.
    Edited by: user11201963 on Aug 7, 2009 9:25 AM

  • Error while updating PO - 'This document is locked by another user. Please

    All,
    While updating the PO through API (Oracle Version - 11i) we are getting the error message 'This document is locked by another user. Please try again later.' intermittently.
    We are using below API to update the PO through interface program.
    po_change_api1_s.update_po
    (x_po_number => <PO_NUMBER>,
    x_release_number => NULL,
    x_revision_number => v_revision_num,
    x_line_number => v_line_num,
    x_shipment_number => v_shipment_num,
    new_quantity => l_upd_price,
    new_price => NULL,
    new_promised_date => NULL,
    launch_approvals_flag => 'Y',
    update_source => NULL,
    VERSION => '1.0',
    x_override_date => SYSDATE,
    x_api_errors => v_api_errors,
    p_buyer_name => NULL
    Client is very keen to know the root cause of the error message, Does any has any idea ? Our concurrent program has been configured incompatibility, so one program will at a given time.
    It would be great if anyone can give me some valuable inputs to debug this error message.
    Thanks,

    Hello,
    I am also facing same issue. In my code I am updating PO lines using Update_PO API. Whenever I am trying to Update 2 Lines on same PO. One get successfully update and for second line getting same error 'This document is locked by another user.'
    Please help me for this..
    Thanks in advance.
    Thanks
    Ravi Raj.

Maybe you are looking for

  • Can I use my airport to see how many devices are on my network?

    Can I use my airport to see how many devices are on my network?

  • L755 Backlight not coming on after sleeping

    We got a new L755 laptop and seince we got it, its doing a strange thing.  When the computer wakes from sleeping, the backlight doesnt come on, but when the computer powers on from being off, it works perfectly.  A little googling hasent turned up an

  • RECORD MANAGEMENT & DMS in EP KMC

    Hello, is there anybody who can answer these questions: 1, how connect documments from record management (ECC 5.0)    to the EP KMC (6.0 SPS15)  ? 2, exist any way how connect documents from DMS to EP-KMC    read-write ? Please, write me your practic

  • Spot-to-CMYK conversion: Pantone vs. ID

    I know this is not a new issue, and was discussed here, but more from the point of view of the visual aspect of colors on one's screen. I'm baffled as to the conversion of spot colors for printing purposes (sheet-fed).... My client wants me to use PM

  • Photoshop cs 6 in Japan

    I have a serial number (photoshop cs 6) but the system can not find my serial number???