DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_CORE_S

Line 2646: l_document_num := PO_CORE_SV1.default_po_unique_identifier

2642:
2643: IF (PO_PDOI_PARAMS.g_request.document_type =
2644: PO_PDOI_CONSTANTS.g_doc_type_QUOTATION) THEN
2645:
2646: l_document_num := PO_CORE_SV1.default_po_unique_identifier
2647: ( x_table_name => 'PO_HEADERS_QUOTE'
2648: );
2649: ELSIF (PO_PDOI_PARAMS.g_request.document_type IN
2650: ( PO_PDOI_CONSTANTS.g_doc_type_BLANKET,

Line 2653: l_document_num := PO_CORE_SV1.default_po_unique_identifier

2649: ELSIF (PO_PDOI_PARAMS.g_request.document_type IN
2650: ( PO_PDOI_CONSTANTS.g_doc_type_BLANKET,
2651: PO_PDOI_CONSTANTS.g_doc_type_STANDARD)) THEN
2652:
2653: l_document_num := PO_CORE_SV1.default_po_unique_identifier
2654: ( x_table_name => 'PO_HEADERS'
2655: );
2656: END IF;
2657: