DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_CALENDAR_ID_S

Line 2654: select bsc_sys_calendar_id_s.nextval into l_seqval from dual;

2650:
2651: function get_calendar_nextval return number is
2652: l_seqval number;
2653: Begin
2654: select bsc_sys_calendar_id_s.nextval into l_seqval from dual;
2655: return l_seqval;
2656: Exception when others then
2657: BSC_IM_UTILS.g_status_message:=sqlerrm;
2658: raise;