DBA Data[Home] [Help]

APPS.BSC_AW_MD_API dependencies on BSC_AW_CALENDAR

Line 217: procedure delete_calendar(p_calendar bsc_aw_calendar.calendar_r) is

213:
214: /*
215: calendar is time dim. so it appears in the metadata like a dim
216: */
217: procedure delete_calendar(p_calendar bsc_aw_calendar.calendar_r) is
218: Begin
219: clear_all_cache;
220: drop_dim(p_calendar.dim_name);
221: clear_all_cache;

Line 227: procedure create_calendar(p_calendar bsc_aw_calendar.calendar_r) is

223: log_n('Exception in delete_calendar '||sqlerrm);
224: raise;
225: End;
226:
227: procedure create_calendar(p_calendar bsc_aw_calendar.calendar_r) is
228: Begin
229: bsc_aw_md_wrapper.create_calendar(p_calendar);
230: clear_all_cache;
231: Exception when others then