DBA Data[Home] [Help]

APPS.JAI_PO_LLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 450: app_exception.raise_exception (

446: EXCEPTION
447:
448: WHEN le_error THEN
449:
450: app_exception.raise_exception (
451: EXCEPTION_TYPE => 'APP' ,
452: EXCEPTION_CODE => -20110 ,
453: EXCEPTION_TEXT => lv_return_message
454: );

Line 458: app_exception.raise_exception (

454: );
455:
456: WHEN OTHERS THEN
457:
458: app_exception.raise_exception (
459: EXCEPTION_TYPE => 'APP',
460: EXCEPTION_CODE => -20110 ,
461: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_LLA_ARIUD_T1' || substr(sqlerrm,1,1900)
462: );