DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on OE_ORDER_LINES_ALL

Line 1039: oe_order_lines_all oeol

1035: CURSOR c_order_details IS
1036: SELECT oeol.header_id ,
1037: oeol.line_id
1038: FROM mtl_material_transactions_temp mmtt,
1039: oe_order_lines_all oeol
1040: WHERE oeol.line_id = mmtt.trx_source_line_id
1041: AND mmtt.transaction_temp_id = p_transaction_id ;
1042:
1043: --End of Fix for bug 5006693