DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_ADVICE_PROC dependencies on PO_HEADERS_INTERFACE

Line 1513: -- po_headers_interface table.

1509: -- CURSORS
1510: --=================
1511:
1512: -- Cursor to get the header info to insert into the
1513: -- po_headers_interface table.
1514:
1515: CURSOR header_csr_type IS
1516: SELECT DISTINCT
1517: transaction_source_id

Line 1740: po_headers_interface_s.NEXTVAL

1736: l_document_number := NULL;
1737: END IF;
1738:
1739: SELECT
1740: po_headers_interface_s.NEXTVAL
1741: INTO
1742: l_interface_header_id
1743: FROM
1744: DUAL;

Line 1781: INSERT INTO po_headers_interface

1777: INV_THIRD_PARTY_STOCK_UTIL.get_location(l_current_org_id);
1778:
1779: --l_location_id_OU := l_location_id ;
1780:
1781: INSERT INTO po_headers_interface
1782: ( interface_header_id
1783: , interface_source_code
1784: , batch_id
1785: , document_type_code