DBA Data[Home] [Help]

APPS.JAI_AP_IA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 481: app_exception.raise_exception (

477: EXCEPTION
478:
479: WHEN le_error THEN
480:
481: app_exception.raise_exception (
482: EXCEPTION_TYPE => 'APP' ,
483: EXCEPTION_CODE => -20110 ,
484: EXCEPTION_TEXT => lv_return_message
485: );

Line 489: app_exception.raise_exception (

485: );
486:
487: WHEN OTHERS THEN
488:
489: app_exception.raise_exception (
490: EXCEPTION_TYPE => 'APP',
491: EXCEPTION_CODE => -20110 ,
492: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_IA_BRIUD_T1' || substr(sqlerrm,1,1900)
493: );