DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on MTL_TXN_REQUEST_HEADERS

Line 11166: FROM mtl_txn_request_headers mtrh

11162: , mmtt.wip_entity_type
11163: INTO l_mmtt_mo_type
11164: , l_mmtt_txn_type_id
11165: , l_mmtt_wip_entity_type
11166: FROM mtl_txn_request_headers mtrh
11167: , mtl_txn_request_lines mtrl
11168: , mtl_material_transactions_temp mmtt
11169: WHERE mtrh.header_id = mtrl.header_id
11170: AND mtrl.line_id = mmtt.move_order_line_id

Line 11178: FROM mtl_txn_request_headers mtrh

11174: SELECT mtrh.move_order_type
11175: , mmtt.wip_entity_type
11176: INTO l_mo_type_in_lpn
11177: , l_wip_entity_type_in_lpn
11178: FROM mtl_txn_request_headers mtrh
11179: , mtl_txn_request_lines mtrl
11180: , mtl_material_transactions_temp mmtt
11181: WHERE mtrh.header_id = mtrl.header_id
11182: AND mtrl.line_id = mmtt.move_order_line_id