DBA Data[Home] [Help]

APPS.POR_AME_REQ_WF_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 598: from po_requisition_headers_all

594: -- CLM Apprvl --
595: if l_document_type = 'REQUISITION' then
596: select first_position_id, first_approver_id
597: into l_first_position_id, l_first_approver_id
598: from po_requisition_headers_all
599: where l_document_id = requisition_header_id;
600:
601: end if;
602:

Line 1320: from po_requisition_headers_all

1316: -- CLM Apprvl --
1317: if l_document_type = 'REQUISITION' then
1318: select first_position_id, first_approver_id
1319: into l_first_position_id, l_first_approver_id
1320: from po_requisition_headers_all
1321: where l_req_header_id = requisition_header_id;
1322:
1323: end if;
1324:

Line 3244: from po_requisition_headers_all

3240: -- CLM Apprvl --
3241: if documentType in ('PURCHASE_REQ','INTERNAL_REQ') then
3242: select first_position_id, first_approver_id
3243: into l_first_position_id, l_first_approver_id
3244: from po_requisition_headers_all
3245: where documentId = requisition_header_id;
3246: end if;
3247:
3248: