DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on MTL_TRANSACTION_LOTS_TEMP

Line 17851: FROM mtl_transaction_lots_temp

17847:
17848: CURSOR c_lottmp IS
17849: SELECT lot_number
17850: , transaction_quantity
17851: FROM mtl_transaction_lots_temp
17852: WHERE transaction_temp_id = p_transaction_temp_id;
17853:
17854: --bug 2648532 - performance changes
17855: CURSOR lpn_deliveries IS