DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_ADVICE_PROC dependencies on PO_HEADERS_INTERFACE_S

Line 1535: po_headers_interface_s.NEXTVAL

1531: l_document_number := NULL;
1532: END IF;
1533:
1534: SELECT
1535: po_headers_interface_s.NEXTVAL
1536: INTO
1537: l_interface_header_id
1538: FROM
1539: DUAL;

Line 3729: SELECT po_headers_interface_s.nextval

3725: -- Generate sequence that will become the new batch id
3726:
3727: /* Bug 11822877. Changed the sequence value from mtl_third_party_cp_s
3728: to be in synchronization with PO headers sequence */
3729: SELECT po_headers_interface_s.nextval
3730: INTO l_batch_id
3731: FROM dual;
3732:
3733: RETURN l_batch_id;