DBA Data[Home] [Help]

APPS.JAI_OPM_GBH_ARIUD_T1 dependencies on APP_EXCEPTION

Line 251: app_exception.raise_exception (

247: EXCEPTION
248:
249: WHEN le_error THEN
250:
251: app_exception.raise_exception (
252: EXCEPTION_TYPE => 'APP' ,
253: EXCEPTION_CODE => -20110 ,
254: EXCEPTION_TEXT => lv_return_message
255: );

Line 259: app_exception.raise_exception (

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