DBA Data[Home] [Help]

APPS.BSC_BIA_WRAPPER dependencies on BSC_OLAP_MAIN

Line 121: l_ret := BSC_OLAP_MAIN.drop_summary_mv(

117: IF (FND_PROFILE.VALUE('BIS_PMF_DEBUG') = 'Y') THEN
118: l_options := 'DEBUG LOG';
119: END IF;
120:
121: l_ret := BSC_OLAP_MAIN.drop_summary_mv(
122: p_mv => p_mv,
123: p_option_string => l_options,
124: p_error_message => x_error_message
125: );

Line 274: l_ret := BSC_OLAP_MAIN.implement_bsc_mv(

270: l_options := l_options||','||
271: l_tablespace_param_tbl||','||l_storage_param_tbl||','||
272: l_tablespace_param_idx||','||l_storage_param_idx;
273:
274: l_ret := BSC_OLAP_MAIN.implement_bsc_mv(
275: p_kpi => l_kpi,
276: p_option_string => l_options,
277: p_error_message => x_error_message
278: );

Line 399: l_ret := BSC_OLAP_MAIN.load_reporting_calendar(

395: IF (FND_PROFILE.VALUE('BIS_PMF_DEBUG') = 'Y') THEN
396: l_options := l_options||',DEBUG LOG';
397: END IF;
398:
399: l_ret := BSC_OLAP_MAIN.load_reporting_calendar(
400: p_apps => 'BSC',
401: p_option_string => l_options,
402: p_error_message => x_error_message
403: );

Line 445: l_ret := BSC_OLAP_MAIN.load_reporting_calendar(

441: IF (FND_PROFILE.VALUE('BIS_PMF_DEBUG') = 'Y') THEN
442: l_options := l_options||',DEBUG LOG';
443: END IF;
444:
445: l_ret := BSC_OLAP_MAIN.load_reporting_calendar(
446: p_calendar_id => x_calendar_id,
447: p_apps => 'BSC',
448: p_option_string => l_options,
449: p_error_message => x_error_message

Line 604: l_ret := BSC_OLAP_MAIN.refresh_summary_mv(

600: IF (FND_PROFILE.VALUE('BIS_PMF_DEBUG') = 'Y') THEN
601: l_options := l_options||',DEBUG LOG';
602: END IF;
603:
604: l_ret := BSC_OLAP_MAIN.refresh_summary_mv(
605: p_mv => p_mv,
606: p_kpi => TO_CHAR(l_kpi),
607: p_option_string => l_options,
608: p_error_message => x_error_message