DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on MTL_TXN_REQUEST_HEADERS

Line 601: FROM mtl_txn_request_headers

597:
598: BEGIN
599: SELECT move_order_type
600: INTO l_move_order_type
601: FROM mtl_txn_request_headers
602: WHERE header_id=l_header_id;
603:
604: mdebug('MO_Line: l_move_order_type: '||l_move_order_type);
605: EXCEPTION

Line 2366: FROM mtl_txn_request_headers mtrh, mtl_txn_request_lines mtrl

2362: , mtrl.quantity_delivered
2363: , mtrl.primary_quantity
2364: , mtrl.secondary_quantity
2365: , mtrl.secondary_uom_code
2366: FROM mtl_txn_request_headers mtrh, mtl_txn_request_lines mtrl
2367: WHERE mtrl.line_id = l_mo_line_id
2368: AND mtrh.header_id = mtrl.header_id;
2369:
2370: CURSOR c_get_other_mmtt IS