DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_PARTS_PKG dependencies on CSM_TXN_BILLING_TYPES_ACC

Line 69: csm_txn_billing_types_acc acc,

65: CURSOR c_get_txn_billing_type_id(c_buss_proc_id NUMBER, c_txn_type_id NUMBER, c_billing_type VARCHAR2)
66: IS
67: SELECT tbt.txn_billing_type_id
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