DBA Data[Home] [Help]

APPS.CSD_CHARGE_LINE_UTIL dependencies on CSI_TXN_TYPES

Line 1431: CSI_TXN_TYPES ctt

1427: CURSOR count_csi_txn_subtypes( p_txn_billing_type_id NUMBER ) IS
1428: SELECT COUNT( * )
1429: FROM csi_txn_sub_types ib,
1430: cs_txn_billing_types cs,
1431: CSI_TXN_TYPES ctt
1432: WHERE cs.txn_billing_type_id = p_txn_billing_type_id
1433: AND ib.cs_transaction_type_id = cs.transaction_type_id
1434: AND ib.non_src_reference_reqd = 'Y'
1435: AND ib.update_ib_flag = 'Y'