Using QP_INTERFACE_LIST_HEADERS , QP_INTERFACE_LIST_LINES
Sample script to import price list using interface tables QP_INTERFACE_LIST_HEADERSย QP_INTERFACE_QUALIFIERSย
create or replace package idc_bulk_Pricelist_pkg as
procedure IDC_BulkUpload
(p_PriceList_Name in varchar2,
p_item in ...
Sample PL Sql Package for creating Order in Oracle EBS
create or replace PROCEDURE idc_create_so_from_sa_prc1(p_header_id IN NUMBER)
IS
--declare
v_header_id NUMBER;
v_org_id NUMBER;
v_order_type_id NUMBER;
v_price_list_id NUMBER;
...
What is EBS SOA Gateway Integration Repository
EBS Integrated SOA Gateway is a module in the Oracle e-business suite to integrate with other applications. As the term implies "Integrated", it is part of the Oracle E-business suite and is the Door for external applications to talk to EBS. Thus Integrated SOA ...