DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_CORE_SV1

Line 2335: PO_CORE_SV1.default_po_unique_identifier

2331:
2332: -- bug5174177
2333: -- Call Centralized API to get the next po number
2334: x_document_num :=
2335: PO_CORE_SV1.default_po_unique_identifier
2336: ( p_table_name => 'PO_HEADERS',
2337: p_org_id => g_purchasing_ou_id
2338: );
2339:

Line 7623: PO_CORE_SV1.default_po_unique_identifier

7619: l_progress := '110';
7620:
7621: -- bug5174177
7622: x_document_num :=
7623: PO_CORE_SV1.default_po_unique_identifier
7624: ( p_table_name => 'PO_HEADERS_RFQ',
7625: p_org_id => g_purchasing_ou_id
7626: );
7627: