[Home] [Help]
45:
46: -- validate the transaction_type_id, transaction_action_id and transaction_source_type_id
47: SELECT transaction_type_id
48: INTO l_trx_type_id
49: FROM mtl_transaction_types
50: WHERE transaction_type_id = p_mmtt_rec.TRANSACTION_TYPE_ID
51: and transaction_action_id = p_mmtt_rec.TRANSACTION_ACTION_ID
52: and transaction_source_type_id = p_mmtt_rec.TRANSACTION_SOURCE_TYPE_ID;
53: