DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_DOCUMENT_TYPES

Line 132: FROM po_document_types

128:
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