DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on MTL_TRANSACTION_TYPES

Line 195: mtl_transaction_types

191: transaction_type_name
192: into
193: l_ae_txn_rec.description
194: from
195: mtl_transaction_types
196: where transaction_type_id = l_ae_txn_rec.txn_type_id;
197:
198: IF (NVL(l_ae_txn_rec.txn_src_id,-1) > 0 AND
199: l_ae_txn_rec.txn_src_type_id = 5) THEN