DBA Data[Home] [Help]

APPS.BSC_MO_INDICATOR_PKG dependencies on APP_EXCEPTION

Line 1156: app_exception.raise_exception;

1152: g_error := sqlerrm;
1153: bsc_mo_helper_pkg.TerminateWithMsg('Exception in GetConfigurationsForIndic for Indic='||Indic||', error is '||g_error);
1154: fnd_message.set_name('BSC', 'BSC_RETR_DIMSET_KPI_FAILED');
1155: fnd_message.set_token('INDICATOR', Indic);
1156: app_exception.raise_exception;
1157:
1158:
1159: End;
1160:

Line 2385: app_exception.raise_exception;

2381: EXCEPTION WHEN OTHERS THEN
2382: g_error := sqlerrm;
2383: bsc_mo_helper_pkg.TerminateWithMsg('Exception in DeduceInternalGraph : '||g_error);
2384: fnd_message.set_name('BSC', 'BSC_REL_DEDUCTION_FAILED');
2385: app_exception.raise_exception;
2386: End;
2387:
2388:
2389:

Line 2986: app_exception.raise_exception;

2982: fnd_message.set_name('BSC', 'BSC_BASICTABLE_DEDUCT_FAILED');
2983: fnd_message.set_token('INDICATOR', Indicator.code);
2984: fnd_message.set_token('DIMENSION_SET', Configuration);
2985:
2986: app_exception.raise_exception;
2987:
2988:
2989: End;
2990:

Line 3719: --app_exception.raise_exception;

3715: fnd_message.set_token('DIMENSION_SET', Configuration);
3716: g_error := fnd_message.get;
3717: bsc_mo_helper_pkg.terminatewithMsg(g_error);
3718: raise;
3719: --app_exception.raise_exception;
3720:
3721: End;
3722:
3723: --****************************************************************************

Line 4392: --app_exception.raise_exception;

4388: fnd_message.set_token('DIMENSION_SET', Configuration);
4389: g_error := fnd_message.get;
4390: bsc_mo_helper_pkg.terminatewithMsg(g_error);
4391: raise;
4392: --app_exception.raise_exception;
4393:
4394:
4395: End;
4396: --****************************************************************************

Line 4497: app_exception.raise_exception;

4493: EXCEPTION WHEN OTHERS THEN
4494: BSC_MO_HELPER_PKG.TerminateWithError('BSC_RETR_KPI_PERIOD_FAILED');
4495: fnd_message.set_name('BSC', 'BSC_RETR_KPI_PERIOD_FAILED');
4496: fnd_message.set_token('INDICATOR', Indic);
4497: app_exception.raise_exception;
4498:
4499: End;
4500:
4501:

Line 4683: app_exception.raise_exception;

4679: g_error := sqlerrm;
4680: bsc_mo_helper_pkg.TerminateWithMsg(' Exception in GetColConfigForIndic : '||g_error);
4681: fnd_message.set_name('BSC', 'BSC_RETR_DIMSET_KPI_FAILED');
4682: fnd_message.set_token('INDICATOR', Indic);
4683: app_exception.raise_exception;
4684: End;
4685: --***************************************************************************
4686: --TablasIndicatores
4687: --

Line 4755: --app_exception.raise_exception;

4751: exception when others then
4752: g_error := sqlerrm;
4753: BSC_MO_HELPER_PKG.TerminateWithMsg('IndicatorTables failed with : '||g_error);
4754: raise;
4755: --app_exception.raise_exception;
4756: End;
4757: END BSC_MO_INDICATOR_PKG;