DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_RELEASES_ALL

Line 123: PO_RELEASES_ALL.release_type%TYPE

119: PO_HEADERS_ALL.type_lookup_code%TYPE
120: := PO_DOCUMENT_FUNDS_PVT.g_doc_subtype_PLANNED
121: ;
122: g_doc_subtype_BLANKET CONSTANT
123: PO_RELEASES_ALL.release_type%TYPE
124: := PO_DOCUMENT_FUNDS_PVT.g_doc_subtype_BLANKET
125: ;
126: g_doc_subtype_SCHEDULED CONSTANT
127: PO_RELEASES_ALL.release_type%TYPE

Line 127: PO_RELEASES_ALL.release_type%TYPE

123: PO_RELEASES_ALL.release_type%TYPE
124: := PO_DOCUMENT_FUNDS_PVT.g_doc_subtype_BLANKET
125: ;
126: g_doc_subtype_SCHEDULED CONSTANT
127: PO_RELEASES_ALL.release_type%TYPE
128: := PO_DOCUMENT_FUNDS_PVT.g_doc_subtype_SCHEDULED
129: ;
130: g_doc_subtype_MIXED_PO_RELEASE CONSTANT
131: PO_HEADERS_ALL.type_lookup_code%TYPE

Line 490: -- PO_RELEASES_ALL

486: --Locks:
487: -- PO_REQUISITION_HEADERS_ALL
488: -- PO_REQ_DISTRIBUTIONS_ALL
489: -- PO_HEADERS_ALL
490: -- PO_RELEASES_ALL
491: -- PO_DISTRIBUTIONS_ALL
492: --Function:
493: -- This procedure populates the global temp table PO_ENCUMBRANCE_GT
494: -- with all of the information required for each distribution that has any

Line 971: -- PO_RELEASES_ALL

967: --Locks:
968: -- PO_REQUISITION_HEADERS_ALL
969: -- PO_REQ_DISTRIBUTIONS_ALL
970: -- PO_HEADERS_ALL
971: -- PO_RELEASES_ALL
972: -- PO_DISTRIBUTIONS_ALL
973: --Function:
974: -- Populate the encumbrance table with whatever data is necessary for
975: -- main or backing documents. This procedure retrieves distributions

Line 2321: -- PO_RELEASES_ALL.release_type%TYPE

2317: -- PO
2318: -- RELEASE
2319: --p_doc_subtype
2320: -- PO_HEADERS_ALL.type_lookup_code%TYPE
2321: -- PO_RELEASES_ALL.release_type%TYPE
2322: -- The document subtype. g_doc_subtype_<>
2323: -- STANDARD Standard PO
2324: -- PLANNED Planned PO
2325: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement

Line 2505: -- PO_RELEASES_ALL

2501: -- PO_ENCUMBRANCE_GT
2502: -- Submission check tables, online report table
2503: --Locks:
2504: -- PO_HEADERS_ALL
2505: -- PO_RELEASES_ALL
2506: -- PO_REQUISITION_HEADERS_ALL
2507: --Function:
2508: -- Performs the validations necessary in order for an encumbrance
2509: -- action to be taken.