DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on PO_LINE_LOCATIONS_ALL

Line 2259: from po_line_locations_all

2255: IF x_qty_rcv_exception_code IN ('REJECT','WARNING') then
2256: BEGIN
2257: select quantity, nvl(qty_rcv_tolerance,0)
2258: into l_poll_qty, l_poll_tolerance_pct
2259: from po_line_locations_all
2260: where line_location_id = temp_cascaded_table(current_n).po_line_location_id ;
2261: EXCEPTION
2262: when others then
2263: NULL;