DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on MTL_TXN_REQUEST_HEADERS

Line 6103: FROM mtl_material_transactions_temp mmtt, mtl_txn_request_lines mtrl, mtl_txn_request_headers mtrh

6099:
6100: BEGIN
6101: SELECT mtrh.move_order_type
6102: INTO l_hdr_type
6103: FROM mtl_material_transactions_temp mmtt, mtl_txn_request_lines mtrl, mtl_txn_request_headers mtrh
6104: WHERE mmtt.transaction_temp_id = p_transaction_temp_id
6105: AND mtrl.line_id = mmtt.move_order_line_id
6106: AND mtrh.header_id = mtrl.header_id;
6107:

Line 6139: FROM mtl_txn_request_headers mtrh

6135: l_hdr_type NUMBER;
6136: BEGIN
6137: SELECT move_order_type
6138: INTO l_hdr_type
6139: FROM mtl_txn_request_headers mtrh
6140: WHERE mtrh.header_id = p_header_id;
6141:
6142: -- Bug 2666620: BackFlush MO Type Removed
6143: IF (l_hdr_type = inv_globals.g_move_order_mfg_pick) THEN