DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 1286: from po_req_distributions_all prd

1282: AND RSL.SHIPMENT_LINE_ID = v_shipment_line_id
1283: AND (( rsl.source_document_code = 'REQ' and
1284: exists
1285: (select '1'
1286: from po_req_distributions_all prd
1287: where (p_project_id is null or
1288: (p_project_id = -9999 and prd.project_id is null) or -- bug 2669021
1289: prd.project_id = p_project_id
1290: )

Line 2370: from po_req_distributions_all prd

2366: AND RSL.SHIPMENT_LINE_ID = v_shipment_line_id
2367: AND (( rsl.source_document_code = 'REQ' and
2368: exists
2369: (select '1'
2370: from po_req_distributions_all prd
2371: where (p_project_id is null or
2372: (p_project_id = -9999 and prd.project_id is null) or -- bug 2669021
2373: prd.project_id = p_project_id
2374: )