DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on RCV_TRANSACTIONS

Line 1241: rcv_transactions rtr,

1237: INTO l_ship_ln_group_rec
1238: FROM inl_ship_line_groups ilg,
1239: inl_ship_headers_all ish,
1240: inl_ship_lines_all isl,
1241: rcv_transactions rtr,
1242: rcv_shipment_headers rsh
1243: WHERE ilg.ship_header_id = ish.ship_header_id
1244: AND isl.ship_line_group_id = ilg.ship_line_group_id
1245: AND rsh.shipment_header_id (+) = rtr.shipment_header_id

Line 1319: rcv_transactions rtr,

1315: inl_ship_line_groups isg,
1316: po_headers_all ph,
1317: po_lines_all pl,
1318: po_line_locations_all pll,
1319: rcv_transactions rtr,
1320: rcv_shipment_lines rsl
1321: WHERE ish.ship_header_id = isl.ship_header_id
1322: AND isl.ship_line_group_id = isg.ship_line_group_id
1323: AND rsl.shipment_line_id (+) = rtr.shipment_line_id