DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on XTR_HOLIDAYS_S

Line 83: select XTR_HOLIDAYS_S.nextval

79: fetch get_calendar_id into v_calendar;
80: close get_calendar_id;
81:
82: if (v_calendar.transaction_calendar_id is not null) then
83: select XTR_HOLIDAYS_S.nextval
84: into v_holiday_seq
85: from dual;
86:
87: if (v_holiday_seq is null) then