DBA Data[Home] [Help]

APPS.XTR_MM_COVERS dependencies on XTR_FPS3_P

Line 2355: XTR_fps3_P.CHK_HOLIDAY (v_date,

2351: and p_in_rec.ccy is not null then
2352: v_date := p_in_rec.date_in;
2353: FOR i in 1..p_in_rec.rate_fixing_day LOOP
2354: v_date := v_date-1;
2355: XTR_fps3_P.CHK_HOLIDAY (v_date,
2356: p_in_rec.ccy,
2357: v_err_code,
2358: v_level);
2359: if v_err_code is not null then --is holiday

Line 2360: v_date := xtr_fps3_p.PREVIOUS_BUS_DAY(v_date,

2356: p_in_rec.ccy,
2357: v_err_code,
2358: v_level);
2359: if v_err_code is not null then --is holiday
2360: v_date := xtr_fps3_p.PREVIOUS_BUS_DAY(v_date,
2361: p_in_rec.ccy);
2362: end if;
2363: end loop;
2364: p_out_rec.rate_fixing_date := v_date;