DBA Data[Home] [Help]

APPS.CSI_TRANSACTIONS_PVT dependencies on CSI_TXN_SUB_TYPES

Line 785: FROM csi_txn_sub_types

781: BEGIN
782:
783: SELECT name
784: INTO l_txn_rec.txn_sub_type_name
785: FROM csi_txn_sub_types
786: WHERE transaction_type_id = l_txn_rec.transaction_type_id
787: AND sub_type_id = l_txn_rec.txn_sub_type_id;
788:
789: EXCEPTION