DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on PO_REQUISITION_HEADERS_ALL

Line 130: l_cur_req_header_id PO_REQUISITION_HEADERS_ALL.requisition_header_id%TYPE;

126: l_processed_reqs INDEXED_TBL_NUMBER;
127:
128: l_cur_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
129: l_cur_po_release_id PO_RELEASES_ALL.po_release_id%TYPE;
130: l_cur_req_header_id PO_REQUISITION_HEADERS_ALL.requisition_header_id%TYPE;
131: l_start_index NUMBER;
132:
133: l_po_changes PO_CHANGES_REC_TYPE;
134: l_errors PO_API_ERRORS_REC_TYPE;

Line 550: FROM po_requisition_headers_all

546:
547: -- Retrieve the document's operating unit.
548: SELECT org_id
549: INTO l_document_org_id
550: FROM po_requisition_headers_all
551: WHERE requisition_header_id = l_cur_req_header_id;
552:
553: -- Set Org Context to that of Document
554: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --