DBA Data[Home] [Help]

APPS.JAI_JRG_23AC1_BRIUD_T1 dependencies on APP_EXCEPTION

Line 289: app_exception.raise_exception (

285: EXCEPTION
286:
287: WHEN le_error THEN
288:
289: app_exception.raise_exception (
290: EXCEPTION_TYPE => 'APP' ,
291: EXCEPTION_CODE => -20110 ,
292: EXCEPTION_TEXT => lv_return_message
293: );

Line 297: app_exception.raise_exception (

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