DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on CSI_IB_TXN_TYPES

Line 815: from csi_ib_txn_types a,

811: /*Fixed for FP bug#5408047*/
812: cursor c2(p_txn_billing_type_id NUMBER) is
813: select src_return_reqd
814: ,non_src_return_reqd
815: from csi_ib_txn_types a,
816: cs_txn_billing_types b
817: where a.cs_transaction_type_id = b.transaction_type_id
818: and b.txn_billing_type_id = p_txn_billing_type_id;
819:

Line 3926: from csi_ib_txn_types a,

3922: /*Fixed for FP bug#5408047*/
3923: cursor c2(p_txn_billing_type_id NUMBER) is
3924: select SRC_RETURN_REQD
3925: ,NON_SRC_RETURN_REQD
3926: from csi_ib_txn_types a,
3927: cs_txn_billing_types b
3928: where a.cs_transaction_type_id = b.transaction_type_id
3929: and b.txn_billing_type_id = p_txn_billing_type_id;
3930: