DBA Data[Home] [Help]

APPS.JAI_RCV_RT_ARIUD_T1 dependencies on APP_EXCEPTION

Line 349: app_exception.raise_exception (

345: EXCEPTION
346:
347: WHEN le_error THEN
348:
349: app_exception.raise_exception (
350: EXCEPTION_TYPE => 'APP' ,
351: EXCEPTION_CODE => -20110 ,
352: EXCEPTION_TEXT => lv_return_message
353: );

Line 357: app_exception.raise_exception (

353: );
354:
355: WHEN OTHERS THEN
356:
357: app_exception.raise_exception (
358: EXCEPTION_TYPE => 'APP',
359: EXCEPTION_CODE => -20110 ,
360: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_RCV_RT_ARIUD_T1' || substr(sqlerrm,1,1900)
361: );