DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on CSI_IB_TXN_TYPES

Line 827: from csi_ib_txn_types a,

823: /*Fixed for FP bug#5408047*/
824: cursor c2(p_txn_billing_type_id NUMBER) is
825: select src_return_reqd
826: ,non_src_return_reqd
827: from csi_ib_txn_types a,
828: cs_txn_billing_types b
829: where a.cs_transaction_type_id = b.transaction_type_id
830: and b.txn_billing_type_id = p_txn_billing_type_id;
831:

Line 4157: from csi_ib_txn_types a,

4153: /*Fixed for FP bug#5408047*/
4154: cursor c2(p_txn_billing_type_id NUMBER) is
4155: select SRC_RETURN_REQD
4156: ,NON_SRC_RETURN_REQD
4157: from csi_ib_txn_types a,
4158: cs_txn_billing_types b
4159: where a.cs_transaction_type_id = b.transaction_type_id
4160: and b.txn_billing_type_id = p_txn_billing_type_id;
4161: