DBA Data[Home] [Help]

APPS.JAI_RCV_RT_ARIUD_T1 dependencies on APP_EXCEPTION

Line 356: app_exception.raise_exception (

352: EXCEPTION
353:
354: WHEN le_error THEN
355:
356: app_exception.raise_exception (
357: EXCEPTION_TYPE => 'APP' ,
358: EXCEPTION_CODE => -20110 ,
359: EXCEPTION_TEXT => lv_return_message
360: );

Line 364: app_exception.raise_exception (

360: );
361:
362: WHEN OTHERS THEN
363:
364: app_exception.raise_exception (
365: EXCEPTION_TYPE => 'APP',
366: EXCEPTION_CODE => -20110 ,
367: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_RCV_RT_ARIUD_T1' || substr(sqlerrm,1,1900)
368: );