DBA Data[Home] [Help]

APPS.QRM_PA_CALCULATION_P dependencies on XTR_MASTER_CURRENCIES_V

Line 192: FROM xtr_master_currencies_v

188: pinfo.set_of_books_id = sob.set_of_books_id;
189:
190: CURSOR get_ig_day_count_basis(p_ccy VARCHAR2) IS
191: SELECT NVL(ig_year_basis, 'ACTUAL/ACTUAL')
192: FROM xtr_master_currencies_v
193: WHERE currency = p_ccy;
194:
195: CURSOR deal_threshold_ok(p_deal_no NUMBER,p_trans_no NUMBER,mds VARCHAR2,
196: p_threshold_date DATE) IS