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 493: -- PO_RELEASES_ALL

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

Line 974: -- PO_RELEASES_ALL

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

Line 2359: -- PO_RELEASES_ALL.release_type%TYPE

2355: -- PO
2356: -- RELEASE
2357: --p_doc_subtype
2358: -- PO_HEADERS_ALL.type_lookup_code%TYPE
2359: -- PO_RELEASES_ALL.release_type%TYPE
2360: -- The document subtype. g_doc_subtype_<>
2361: -- STANDARD Standard PO
2362: -- PLANNED Planned PO
2363: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement

Line 2543: -- PO_RELEASES_ALL

2539: -- PO_ENCUMBRANCE_GT
2540: -- Submission check tables, online report table
2541: --Locks:
2542: -- PO_HEADERS_ALL
2543: -- PO_RELEASES_ALL
2544: -- PO_REQUISITION_HEADERS_ALL
2545: --Function:
2546: -- Performs the validations necessary in order for an encumbrance
2547: -- action to be taken.