DBA Data[Home] [Help]

APPS.CSF_PARAMS_PKG dependencies on CS_TRANSACTION_TYPES

Line 111: from cs_transaction_types ctt

107:
108: cursor c_agenda_trip_blg_type_id ( b_txn_billing_type_id number )
109: is
110: select ctt.name
111: from cs_transaction_types ctt
112: , cs_txn_billing_types ctbt
113: where ctt.transaction_type_id = ctbt.transaction_type_id
114: and ctbt.txn_billing_type_id = b_txn_billing_type_id;
115: