DBA Data[Home] [Help]

APPS.JAI_JRG_23AC1_BRIUD_T1 dependencies on APP_EXCEPTION

Line 285: app_exception.raise_exception (

281: EXCEPTION
282:
283: WHEN le_error THEN
284:
285: app_exception.raise_exception (
286: EXCEPTION_TYPE => 'APP' ,
287: EXCEPTION_CODE => -20110 ,
288: EXCEPTION_TEXT => lv_return_message
289: );

Line 293: app_exception.raise_exception (

289: );
290:
291: WHEN OTHERS THEN
292:
293: app_exception.raise_exception (
294: EXCEPTION_TYPE => 'APP',
295: EXCEPTION_CODE => -20110 ,
296: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JRG_23AC1_BRIUD_T1' || substr(sqlerrm,1,1900)
297: );