DBA Data[Home] [Help]

APPS.JAI_OM_WDD_ARIUD_T1 dependencies on APP_EXCEPTION

Line 536: app_exception.raise_exception (

532: EXCEPTION
533:
534: WHEN le_error THEN
535:
536: app_exception.raise_exception (
537: EXCEPTION_TYPE => 'APP' ,
538: EXCEPTION_CODE => -20110 ,
539: EXCEPTION_TEXT => lv_return_message
540: );

Line 544: app_exception.raise_exception (

540: );
541:
542: WHEN OTHERS THEN
543:
544: app_exception.raise_exception (
545: EXCEPTION_TYPE => 'APP',
546: EXCEPTION_CODE => -20110 ,
547: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OM_WDD_ARIUD_T1' || substr(sqlerrm,1,1900)
548: );