DBA Data[Home] [Help]

APPS.INV_COST_GROUP_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 305: SET transaction_temp_id = mtl_material_transactions_s.NEXTVAL

301:
302: -- Update all the rows which have null transaction_temp_id for this
303: -- transaction_header_id
304: UPDATE mtl_material_transactions_temp
305: SET transaction_temp_id = mtl_material_transactions_s.NEXTVAL
306: WHERE transaction_header_id = p_transaction_header_id
307: AND transaction_temp_id IS NULL;
308:
309: