DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on DUAL

Line 85: from dual;

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
88: v_holiday_seq:=1;
89: end if;