DBA Data[Home] [Help]

APPS.CSD_CHARGE_LINE_UTIL dependencies on CSI_TXN_SUB_TYPES

Line 1429: FROM csi_txn_sub_types ib,

1425:
1426: -- number of txn subtypes for a given txn billing type
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