DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_PDOI_CONSTANTS

Line 133: WHERE document_type_code = PO_PDOI_CONSTANTS.g_DOC_TYPE_QUOTATION

129: -- query database if requested value is not cached
130: SELECT quotation_class_code
131: INTO l_quotation_class_code
132: FROM po_document_types
133: WHERE document_type_code = PO_PDOI_CONSTANTS.g_DOC_TYPE_QUOTATION
134: AND document_subtype = p_doc_subtype;
135:
136: IF (PO_LOG.d_stmt) THEN
137: PO_LOG.stmt(d_module, d_position, 'l_quotation_class_code',

Line 663: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET) THEN

659: -- search in txn table only for blanket
660: -- for SPO, there is never existing shipments
661: -- for quotation, existing price breaks will be removed
662: IF (PO_PDOI_PARAMS.g_request.document_type =
663: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET) THEN
664: d_position := 10;
665:
666: FORALL i IN INDICES OF l_processing_row_tbl
667: INSERT INTO po_session_gt(key, num1, num2)