DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 2573: FROM po_requisition_headers_all

2569: -- SQL Why: Need to set org context to the OU where the
2570: -- requisition line is raised
2571: SELECT distinct org_id bulk collect
2572: INTO l_req_org_id
2573: FROM po_requisition_headers_all
2574: WHERE requisition_header_id IN
2575: (SELECT DISTINCT requisition_header_id
2576: FROM po_req_split_lines_gt);
2577: