DBA Data[Home] [Help]

APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 2488: FROM po_distributions_all pda,

2484: CURSOR cur_check_projects (cp_shipment_header_id IN rcv_shipment_headers.shipment_header_id%TYPE,
2485: cp_shipment_line_id IN rcv_shipment_lines.shipment_line_id%TYPE)
2486: IS
2487: SELECT 1
2488: FROM po_distributions_all pda,
2489: rcv_shipment_lines rsl,
2490: po_headers_all pha
2491: where pha.po_header_id = rsl.po_header_id
2492: and pda.po_header_id = pha.po_header_id