DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on MTL_PARAMETERS

Line 664: , mtl_parameters mp,

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
667: -- Bug 3444226 The Join with po_headers is unnecessary
668: -- po_headers_all ph

Line 737: , mtl_parameters mp,

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
740: WHERE pll.po_header_id = header_id
741: -- For Bug 7440217