DBA Data[Home] [Help]

APPS.CS_CHG_AUTO_SUB_CON_PKG dependencies on CS_TRANSACTION_TYPES

Line 190: cs_transaction_types tt

186: CURSOR cs_charge_flags(p_estimate_detail_id number) IS
187: SELECT nvl(edt.no_charge_flag,'N') chg_no_charge_flag,
188: nvl(tt.no_charge_flag,'N') txn_no_charge_flag
189: FROM cs_estimate_details edt,
190: cs_transaction_types tt
191: WHERE edt.estimate_detail_id = p_estimate_detail_id
192: AND tt.transaction_type_id = edt.transaction_type_id;
193: --
194: l_chg_no_charge_flag VARCHAR2(1);