DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on BSC_SYS_PERIODICITY_ID_S

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;