DBA Data[Home] [Help]

APPS.RCV_UTILITIES dependencies on PO_LINE_LOCATIONS_ALL

Line 178: po_line_locations_all pll

174: INTO x_pll_id,
175: x_org_id,
176: x_lcm_flag
177: FROM rcv_transactions rt,
178: po_line_locations_all pll
179: WHERE rt.po_line_location_id is not null
180: AND rt.po_line_location_id = pll.line_location_id
181: AND transaction_id = p_rcv_transaction_id;
182: