DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on BSC_AW_CALENDAR

Line 3290: l_dim:=bsc_aw_calendar.get_calendar_name(l_calendar_id);

3286: loop
3287: fetch c1 into l_calendar_id;
3288: exit when c1%notfound;
3289: /*5350867. first, do not create the calendar here. if calendar is already installed, only then do we try to refresh it */
3290: l_dim:=bsc_aw_calendar.get_calendar_name(l_calendar_id);
3291: l_oo.delete;
3292: bsc_aw_md_api.get_bsc_olap_object(l_dim,'dimension',l_dim,'dimension',l_oo);
3293: if l_oo.count>0 then
3294: /*bsc_aw_calendar.create_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG, RECREATE');

Line 3294: /*bsc_aw_calendar.create_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG, RECREATE');

3290: l_dim:=bsc_aw_calendar.get_calendar_name(l_calendar_id);
3291: l_oo.delete;
3292: bsc_aw_md_api.get_bsc_olap_object(l_dim,'dimension',l_dim,'dimension',l_oo);
3293: if l_oo.count>0 then
3294: /*bsc_aw_calendar.create_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG, RECREATE');
3295: do not create calendar here
3296: */
3297: bsc_aw_calendar.load_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG');
3298: end if;

Line 3297: bsc_aw_calendar.load_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG');

3293: if l_oo.count>0 then
3294: /*bsc_aw_calendar.create_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG, RECREATE');
3295: do not create calendar here
3296: */
3297: bsc_aw_calendar.load_calendar(p_calendar => l_calendar_id,p_options => 'DEBUG LOG');
3298: end if;
3299: end loop;
3300: close c1;
3301: if g_debug then