DBA Data[Home] [Help]

APPS.JAI_PO_HA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 451: app_exception.raise_exception (

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

Line 459: app_exception.raise_exception (

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