DBA Data[Home] [Help]

APPS.BSC_MO_HELPER_PKG dependencies on BSC_UTILITY

Line 285: bsc_utility.do_rollback;

281: FETCH cMsg INTO l_error;
282: CLOSE cMsg;
283: If l_error IS NOT NULL Then
284: --if there was an error then shows the error and exit
285: bsc_utility.do_rollback;
286: BSC_METADATA_OPTIMIZER_PKG.g_errbuf := l_error;
287: BSC_METADATA_OPTIMIZER_PKG.g_retcode := 2;
288: BSC_METADATA_OPTIMIZER_PKG.logProgress('CHECKERROR', apiName);
289: BSC_MO_HELPER_PKG.TerminateWithMsg(l_error);