DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on MTL_TRANSACTION_TYPES

Line 1300: FROM MTL_TRANSACTION_TYPES

1296: --l_misc_rec_txn_type := p_misc_rec_txn_type;
1297:
1298: SELECT transaction_action_id, transaction_source_type_id
1299: INTO l_txn_action_id, l_txn_src_type_id
1300: FROM MTL_TRANSACTION_TYPES
1301: WHERE USER_DEFINED_FLAG = 'Y'
1302: AND TRANSACTION_TYPE_ID = p_misc_rec_txn_type;
1303:
1304: IF(l_txn_action_id = 27 and l_txn_src_type_id =13) THEN