DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on OE_PO_ENTER_RECEIPTS_V

Line 2877: from oe_po_enter_receipts_v

2873:
2874: IF x_qty_rcv_tolerance IS NOT NULL THEN
2875: select ordered_qty
2876: into x_oe_line_qty
2877: from oe_po_enter_receipts_v
2878: where oe_order_line_id =
2879: temp_cascaded_table(l_sh_result_count).oe_order_line_id;
2880:
2881: /* Bug 4004656 - Commented out the following line