DBA Data[Home] [Help]

APPS.XTR_MARKET_DATA_P dependencies on STANDARD

Line 146: --which is the standard for period_code in current system rates.

142: BEGIN
143:
144: IF (p_in_rec.p_term_type IS NULL) THEN
145: --need to find out the term type based on 30/360 day count basis
146: --which is the standard for period_code in current system rates.
147: xtr_calc_p.calc_days_run_c(p_in_rec.p_spot_date, p_in_rec.p_future_date,
148: '30/', v_dummy, v_no_days, v_dummy);
149: IF (v_no_days >= 30) THEN
150: v_term_type := 'M';