DBA Data[Home] [Help]

APPS.JAI_RCV_RT_BRIUD_T1 dependencies on APP_EXCEPTION

Line 485: app_exception.raise_exception (

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

Line 493: app_exception.raise_exception (

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