DBA Data[Home] [Help]

APPS.BSC_MO_LOADER_CONFIG_PKG dependencies on APP_EXCEPTION

Line 1312: app_exception.raise_exception;

1308:
1309: EXCEPTION WHEN OTHERS THEN
1310: bsc_mo_helper_pkg.writeTmp( ' Exception in Loader Configuration:'||sqlerrm, FND_LOG.LEVEL_UNEXPECTED, true);
1311: fnd_message.set_name('BSC', 'BSC_LOAD_CONFIGURATION_FAILED');
1312: app_exception.raise_exception;
1313: RAISE;
1314: End;
1315:
1316: --****************************************************************************