DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on DUAL

Line 2644: select bsc_sys_periodicity_id_s.nextval into l_seqval from dual;

2640:
2641: function get_periodicity_nextval return number is
2642: l_seqval number;
2643: Begin
2644: select bsc_sys_periodicity_id_s.nextval into l_seqval from dual;
2645: return l_seqval;
2646: Exception when others then
2647: BSC_IM_UTILS.g_status_message:=sqlerrm;
2648: raise;

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;