DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on MTL_TXN_REQUEST_HEADERS

Line 3786: FROM mtl_txn_request_headers mtrh,

3782: );
3783: CURSOR c_mo_type
3784: IS
3785: SELECT mtrh.move_order_type
3786: FROM mtl_txn_request_headers mtrh,
3787: mtl_txn_request_lines mtrl
3788: WHERE mtrl.line_id = l_mo_line_rec.line_id
3789: AND mtrh.header_id = mtrl.header_id;
3790: CURSOR c_mmtt_info

Line 4044: FROM mtl_txn_request_headers mtrh,

4040: );
4041: CURSOR c_mo_type
4042: IS
4043: SELECT mtrh.move_order_type
4044: FROM mtl_txn_request_headers mtrh,
4045: mtl_txn_request_lines mtrl
4046: WHERE mtrl.line_id = l_transaction_record.move_order_line_id
4047: AND mtrh.header_id = mtrl.header_id;
4048: BEGIN