DBA Data[Home] [Help]

APPS.POS_WC_CREATE_UPDATE_PVT dependencies on PO_LINES_ALL

Line 824: po_lines_all pl,

820: pll.matching_basis
821: FROM
822: --po_distributions_all pod,
823: po_line_locations_all pll,
824: po_lines_all pl,
825: po_headers_all ph,
826: rcv_shipment_lines rsl,
827: rcv_shipment_headers rsh
828: WHERE

Line 1733: po_lines_all pl,

1729: l_description,
1730: l_matching_basis,
1731: l_shipment_num
1732: FROM rcv_transactions rt,
1733: po_lines_all pl,
1734: po_line_locations_all pll
1735: WHERE rt.shipment_header_id = l_shipment_header_id
1736: AND rt.transaction_type = 'CORRECT'
1737: AND EXISTS (SELECT '1'