DBA Data[Home] [Help]

APPS.XTR_FPS2_P dependencies on XTR_FPS3_P

Line 359: XTR_FPS3_P.CHK_HOLIDAY(v_new_date,l_ccy1,v_err_code,v_err_level);

355: v_new_date := l_sysdate+2;
356: if v_new_date is NOT NULL then
357: LOOP
358: --check currency 1
359: XTR_FPS3_P.CHK_HOLIDAY(v_new_date,l_ccy1,v_err_code,v_err_level);
360: if (v_err_level is not null) then
361: goto REDO;
362: end if;
363: --check currency 2

Line 364: XTR_FPS3_P.CHK_HOLIDAY(v_new_date,l_ccy2,v_err_code,v_err_level);

360: if (v_err_level is not null) then
361: goto REDO;
362: end if;
363: --check currency 2
364: XTR_FPS3_P.CHK_HOLIDAY(v_new_date,l_ccy2,v_err_code,v_err_level);
365: if (v_err_level is not null) then
366: goto REDO;
367: end if;
368: -- good to go