DBA Data[Home] [Help]

APPS.JAI_PO_LA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 443: app_exception.raise_exception (

439: EXCEPTION
440:
441: WHEN le_error THEN
442:
443: app_exception.raise_exception (
444: EXCEPTION_TYPE => 'APP' ,
445: EXCEPTION_CODE => -20110 ,
446: EXCEPTION_TEXT => lv_return_message
447: );

Line 451: app_exception.raise_exception (

447: );
448:
449: WHEN OTHERS THEN
450:
451: app_exception.raise_exception (
452: EXCEPTION_TYPE => 'APP',
453: EXCEPTION_CODE => -20110 ,
454: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_LA_ARIUD_T1' || substr(sqlerrm,1,1900)
455: );