DBA Data[Home] [Help]

APPS.JAI_OPM_GBH_ARIUD_T1 dependencies on APP_EXCEPTION

Line 247: app_exception.raise_exception (

243: EXCEPTION
244:
245: WHEN le_error THEN
246:
247: app_exception.raise_exception (
248: EXCEPTION_TYPE => 'APP' ,
249: EXCEPTION_CODE => -20110 ,
250: EXCEPTION_TEXT => lv_return_message
251: );

Line 255: app_exception.raise_exception (

251: );
252:
253: WHEN OTHERS THEN
254:
255: app_exception.raise_exception (
256: EXCEPTION_TYPE => 'APP',
257: EXCEPTION_CODE => -20110 ,
258: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OPM_GBH_ARIUD_T1' || substr(sqlerrm,1,1900)
259: );