DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on RCV_SHIPMENT_LINES

Line 234: rcv_shipment_lines rsl,

230: -- po_releases_all prs, /*Bug 5443196*/
231: po_lines_all pls,
232: po_line_locations_all plls,
233: rcv_shipment_headers rsh,
234: rcv_shipment_lines rsl,
235: inl_ship_lines_all isl, -- PoR with LCM project
236: rcv_transactions rts
237: WHERE rts.shipment_header_id = rsh.shipment_header_id
238: AND rts.po_header_id = phs.po_header_id

Line 329: rcv_shipment_lines rsl,

325: po_releases_all prs,
326: po_lines_all pls,
327: po_line_locations_all plls,
328: rcv_shipment_headers rsh,
329: rcv_shipment_lines rsl,
330: inl_ship_lines_all isl, -- PoR with LCM project
331: rcv_transactions rts
332: WHERE rts.shipment_header_id = rsh.shipment_header_id
333: AND rts.po_header_id = phs.po_header_id

Line 443: rcv_shipment_lines rsl,

439: po_releases prs,
440: po_lines pls,
441: po_line_locations plls,
442: rcv_shipment_headers rsh,
443: rcv_shipment_lines rsl,
444: inl_ship_lines_all isl, -- PoR with LCM project
445: rcv_transactions rts
446: WHERE rts.shipment_header_id = rsh.shipment_header_id
447: AND rts.po_header_id = phs.po_header_id

Line 1940: rcv_shipment_lines

1936: item_id
1937: into
1938: X_item_id
1939: from
1940: rcv_shipment_lines
1941: where
1942: shipment_line_id = X_shipment_line_id;
1943:
1944: X_current_quantity := v_primary_quantity;