DBA Data[Home] [Help]

APPS.JAI_AR_RC_ARIUD_T1 dependencies on APP_EXCEPTION

Line 351: app_exception.raise_exception (

347: EXCEPTION
348:
349: WHEN le_error THEN
350:
351: app_exception.raise_exception (
352: EXCEPTION_TYPE => 'APP' ,
353: EXCEPTION_CODE => -20110 ,
354: EXCEPTION_TEXT => lv_return_message
355: );

Line 359: app_exception.raise_exception (

355: );
356:
357: WHEN OTHERS THEN
358:
359: app_exception.raise_exception (
360: EXCEPTION_TYPE => 'APP',
361: EXCEPTION_CODE => -20110 ,
362: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AR_RC_ARIUD_T1' || substr(sqlerrm,1,1900)
363: );