DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on OE_ORDER_LINES_ALL

Line 1266: oe_order_lines_all oeol

1262: CURSOR c_order_details IS
1263: SELECT oeol.header_id ,
1264: oeol.line_id
1265: FROM mtl_material_transactions_temp mmtt,
1266: oe_order_lines_all oeol
1267: WHERE oeol.line_id = mmtt.trx_source_line_id
1268: AND mmtt.transaction_temp_id = p_transaction_id ;
1269:
1270: --End of Fix for bug 5006693