DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_CORE_SV1

Line 2661: PO_CORE_SV1.default_po_unique_identifier

2657:
2658: -- bug5174177
2659: -- Call Centralized API to get the next po number
2660: x_document_num :=
2661: PO_CORE_SV1.default_po_unique_identifier
2662: ( p_table_name => 'PO_HEADERS',
2663: p_org_id => g_purchasing_ou_id
2664: );
2665:

Line 8224: PO_CORE_SV1.default_po_unique_identifier

8220: l_progress := '110';
8221:
8222: -- bug5174177
8223: x_document_num :=
8224: PO_CORE_SV1.default_po_unique_identifier
8225: ( p_table_name => 'PO_HEADERS_RFQ',
8226: p_org_id => g_purchasing_ou_id
8227: );
8228: