DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on PO_LINES_ALL

Line 662: po_lines_all pl

658: , nvl(pll.enforce_ship_to_location_code,'NONE') enforce_ship_to_location_code
659: , 0 rcv_transaction_id -- only need it for std_deliver
660: , pl.item_revision --only needed for std_deliver
661: from po_line_locations_all pll,
662: po_lines_all pl
663: -- For Bug 7440217
664: , mtl_parameters mp,
665: rcv_parameters rp
666: -- End for Bug 7440217

Line 735: po_lines_all pl

731:
732: IS
733: SELECT COUNT(*)
734: from po_line_locations_all pll,
735: po_lines_all pl
736: -- For Bug 7440217
737: , mtl_parameters mp,
738: rcv_parameters rp
739: -- End for Bug 7440217