DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on INL_SHIP_LINES_ALL

Line 235: inl_ship_lines_all isl, -- PoR with LCM project

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
239: --AND rts.po_release_id = prs.po_release_id(+) /*Bug 5443196*/

Line 330: inl_ship_lines_all isl, -- PoR with LCM project

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
334: AND rts.po_release_id = prs.po_release_id

Line 444: inl_ship_lines_all isl, -- PoR with LCM project

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
448: AND rts.po_release_id = prs.po_release_id(+)