DBA Data[Home] [Help]

APPS.BSC_METADATA_OPTIMIZER_PKG dependencies on BSC_UPDATE_DIM

Line 520: IF NOT bsc_update_dim.create_dbi_dim_tables(l_error) THEN

516: --implement the MV where it is appropiate.
517: IF g_BSC_MV THEN
518: -- Create DBI Dimension tables.
519: -- Added 03/14/2005 for AW project
520: IF NOT bsc_update_dim.create_dbi_dim_tables(l_error) THEN
521: logprogress('ERROR', 'Exception in bsc_update_dim.create_dbi_dim_tables');
522: BSC_MO_HELPER_PKG.TerminateWithMsg('EXCEPTION in bsc_update_dim.create_dbi_dim_tables : '||l_error, FND_LOG.LEVEL_UNEXPECTED);
523: raise optimizer_exception;
524: END IF;

Line 521: logprogress('ERROR', 'Exception in bsc_update_dim.create_dbi_dim_tables');

517: IF g_BSC_MV THEN
518: -- Create DBI Dimension tables.
519: -- Added 03/14/2005 for AW project
520: IF NOT bsc_update_dim.create_dbi_dim_tables(l_error) THEN
521: logprogress('ERROR', 'Exception in bsc_update_dim.create_dbi_dim_tables');
522: BSC_MO_HELPER_PKG.TerminateWithMsg('EXCEPTION in bsc_update_dim.create_dbi_dim_tables : '||l_error, FND_LOG.LEVEL_UNEXPECTED);
523: raise optimizer_exception;
524: END IF;
525: bsc_mo_helper_pkg.writeTmp('Create MVs for all Indicators', FND_LOG.LEVEL_STATEMENT, true);

Line 522: BSC_MO_HELPER_PKG.TerminateWithMsg('EXCEPTION in bsc_update_dim.create_dbi_dim_tables : '||l_error, FND_LOG.LEVEL_UNEXPECTED);

518: -- Create DBI Dimension tables.
519: -- Added 03/14/2005 for AW project
520: IF NOT bsc_update_dim.create_dbi_dim_tables(l_error) THEN
521: logprogress('ERROR', 'Exception in bsc_update_dim.create_dbi_dim_tables');
522: BSC_MO_HELPER_PKG.TerminateWithMsg('EXCEPTION in bsc_update_dim.create_dbi_dim_tables : '||l_error, FND_LOG.LEVEL_UNEXPECTED);
523: raise optimizer_exception;
524: END IF;
525: bsc_mo_helper_pkg.writeTmp('Create MVs for all Indicators', FND_LOG.LEVEL_STATEMENT, true);
526: logProgress('DB', 'Starting CreateMVs');