DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on RCV_PARAMETERS

Line 665: rcv_parameters rp

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
669: -- where ph.po_header_id = header_id

Line 738: rcv_parameters rp

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
742: AND mp.organization_id = v_organization_id

Line 2158: FROM rcv_parameters

2154: -- Start of fix for Bug 6365270
2155: BEGIN
2156: SELECT blind_receiving_flag
2157: INTO l_blind_receiving_flag
2158: FROM rcv_parameters
2159: WHERE organization_id = temp_cascaded_table(current_n).to_organization_id;
2160: EXCEPTION
2161: when others then
2162: NULL;