DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on MTL_TXN_REQUEST_HEADERS

Line 13439: FROM mtl_txn_request_headers mtrh

13435: , mmtt.wip_entity_type
13436: INTO l_mmtt_mo_type
13437: , l_mmtt_txn_type_id
13438: , l_mmtt_wip_entity_type
13439: FROM mtl_txn_request_headers mtrh
13440: , mtl_txn_request_lines mtrl
13441: , mtl_material_transactions_temp mmtt
13442: WHERE mtrh.header_id = mtrl.header_id
13443: AND mtrl.line_id = mmtt.move_order_line_id

Line 13451: FROM mtl_txn_request_headers mtrh

13447: SELECT mtrh.move_order_type
13448: , mmtt.wip_entity_type
13449: INTO l_mo_type_in_lpn
13450: , l_wip_entity_type_in_lpn
13451: FROM mtl_txn_request_headers mtrh
13452: , mtl_txn_request_lines mtrl
13453: , mtl_material_transactions_temp mmtt
13454: WHERE mtrh.header_id = mtrl.header_id
13455: AND mtrl.line_id = mmtt.move_order_line_id