DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_PARTS_PKG dependencies on CS_BILLING_TYPE_CATEGORIES

Line 72: cs_business_processes bpr, cs_bus_process_txns bpt, CS_BILLING_TYPE_CATEGORIES cbtc

68: FROM
69: csm_txn_billing_types_acc acc,
70: cs_txn_billing_types tbt,
71: cs_transaction_types_b ttb,
72: cs_business_processes bpr, cs_bus_process_txns bpt, CS_BILLING_TYPE_CATEGORIES cbtc
73: WHERE acc.txn_billing_type_id = tbt.txn_billing_type_id
74: AND acc.business_process_id = bpt.business_process_id
75: AND tbt.transaction_type_id = ttb.transaction_type_id
76: AND tbt.billing_type = cbtc.billing_type