DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_CORE_SV1

Line 6244: PO_CORE_SV1.default_po_unique_identifier

6240:
6241: -- bug5176308
6242: -- Call API to get the next document num
6243: x_document_num :=
6244: PO_CORE_SV1.default_po_unique_identifier
6245: ( p_table_name => 'PO_HEADERS',
6246: p_org_id => p_purchasing_org_id
6247: );
6248: