DBA Data[Home] [Help]

APPS.JAI_RCV_RT_BRIUD_T1 dependencies on APP_EXCEPTION

Line 487: app_exception.raise_exception (

483: EXCEPTION
484:
485: WHEN le_error THEN
486:
487: app_exception.raise_exception (
488: EXCEPTION_TYPE => 'APP' ,
489: EXCEPTION_CODE => -20110 ,
490: EXCEPTION_TEXT => lv_return_message
491: );

Line 495: app_exception.raise_exception (

491: );
492:
493: WHEN OTHERS THEN
494:
495: app_exception.raise_exception (
496: EXCEPTION_TYPE => 'APP',
497: EXCEPTION_CODE => -20110 ,
498: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_RCV_RT_BRIUD_T1' || substr(sqlerrm,1,1900)
499: );