To create new LPN
Sample script to pack using wms_container_pub.Create_LPN API
create or replace procedure IDC_pack_to_LPN( p_sub_inv varchar2,p_item_id number,p_qty number,loc_id number) is
l_return_status varchar2(5);
l_msg_count number;
l_msg_data varchar2(1000);
l_lpn_id number;
l_lpn ...
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 ...