DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on BSC_BSC_ADAPTER

Line 228: if BSC_BSC_ADAPTER.load_reporting_calendar(g_ent_cal_id,g_options,g_number_options)=false then

224: Begin
225: if g_debug then
226: write_to_log_file_n('Refresh Ent Reporting Calendar '||get_time);
227: end if;
228: if BSC_BSC_ADAPTER.load_reporting_calendar(g_ent_cal_id,g_options,g_number_options)=false then
229: --bug#3973335
230: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
231: raise g_exception;
232: end if;

Line 230: p_error_message:=BSC_BSC_ADAPTER.g_status_message;

226: write_to_log_file_n('Refresh Ent Reporting Calendar '||get_time);
227: end if;
228: if BSC_BSC_ADAPTER.load_reporting_calendar(g_ent_cal_id,g_options,g_number_options)=false then
229: --bug#3973335
230: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
231: raise g_exception;
232: end if;
233: if g_debug then
234: write_to_log_file_n('Done Refresh Ent Calendar '||get_time);

Line 240: if BSC_BSC_ADAPTER.load_reporting_calendar(g_445_cal_id,g_options,g_number_options)=false then

236: --
237: if g_debug then
238: write_to_log_file_n('Refresh 445 Reporting Calendar '||get_time);
239: end if;
240: if BSC_BSC_ADAPTER.load_reporting_calendar(g_445_cal_id,g_options,g_number_options)=false then
241: --bug#3973335
242: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
243: raise g_exception;
244: end if;

Line 242: p_error_message:=BSC_BSC_ADAPTER.g_status_message;

238: write_to_log_file_n('Refresh 445 Reporting Calendar '||get_time);
239: end if;
240: if BSC_BSC_ADAPTER.load_reporting_calendar(g_445_cal_id,g_options,g_number_options)=false then
241: --bug#3973335
242: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
243: raise g_exception;
244: end if;
245: if g_debug then
246: write_to_log_file_n('Done Refresh 445 Calendar '||get_time);

Line 252: if BSC_BSC_ADAPTER.load_reporting_calendar(g_greg_cal_id,g_options,g_number_options)=false then

248: --
249: if g_debug then
250: write_to_log_file_n('Refresh Greg Reporting Calendar '||get_time);
251: end if;
252: if BSC_BSC_ADAPTER.load_reporting_calendar(g_greg_cal_id,g_options,g_number_options)=false then
253: --bug#3973335
254: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
255: raise g_exception;
256: end if;

Line 254: p_error_message:=BSC_BSC_ADAPTER.g_status_message;

250: write_to_log_file_n('Refresh Greg Reporting Calendar '||get_time);
251: end if;
252: if BSC_BSC_ADAPTER.load_reporting_calendar(g_greg_cal_id,g_options,g_number_options)=false then
253: --bug#3973335
254: p_error_message:=BSC_BSC_ADAPTER.g_status_message;
255: raise g_exception;
256: end if;
257: if g_debug then
258: write_to_log_file_n('Done Refresh Greg Calendar '||get_time);

Line 2548: BSC_BSC_ADAPTER.load_reporting_calendar

2544: write_to_log_file_n('Deleted '||sql%rowcount||' rows '||get_time);
2545: end if;
2546: /*
2547: reporting calendar is always truncated and full refreshed in
2548: BSC_BSC_ADAPTER.load_reporting_calendar
2549: if g_debug then
2550: write_to_log_file_n('delete bsc_reporting_calendar where calendar_id='||l_calendar_id||');'||get_time);
2551: end if;
2552: delete bsc_reporting_calendar where calendar_id=l_calendar_id;