DBA Data[Home] [Help]

APPS.JAI_AP_IA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 492: app_exception.raise_exception (

488: EXCEPTION
489:
490: WHEN le_error THEN
491:
492: app_exception.raise_exception (
493: EXCEPTION_TYPE => 'APP' ,
494: EXCEPTION_CODE => -20110 ,
495: EXCEPTION_TEXT => lv_return_message
496: );

Line 500: app_exception.raise_exception (

496: );
497:
498: WHEN OTHERS THEN
499:
500: app_exception.raise_exception (
501: EXCEPTION_TYPE => 'APP',
502: EXCEPTION_CODE => -20110 ,
503: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_IA_ARIUD_T1' || substr(sqlerrm,1,1900)
504: );