DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_CORE_S

Line 2071: l_document_num := PO_CORE_SV1.default_po_unique_identifier

2067:
2068: IF (PO_PDOI_PARAMS.g_request.document_type =
2069: PO_PDOI_CONSTANTS.g_doc_type_QUOTATION) THEN
2070:
2071: l_document_num := PO_CORE_SV1.default_po_unique_identifier
2072: ( x_table_name => 'PO_HEADERS_QUOTE'
2073: );
2074: ELSIF (PO_PDOI_PARAMS.g_request.document_type IN
2075: ( PO_PDOI_CONSTANTS.g_doc_type_BLANKET,

Line 2078: l_document_num := PO_CORE_SV1.default_po_unique_identifier

2074: ELSIF (PO_PDOI_PARAMS.g_request.document_type IN
2075: ( PO_PDOI_CONSTANTS.g_doc_type_BLANKET,
2076: PO_PDOI_CONSTANTS.g_doc_type_STANDARD)) THEN
2077:
2078: l_document_num := PO_CORE_SV1.default_po_unique_identifier
2079: ( x_table_name => 'PO_HEADERS'
2080: );
2081: END IF;
2082: