DBA Data[Home] [Help]

APPS.JAI_OM_WDD_ARIUD_T1 dependencies on APP_EXCEPTION

Line 527: app_exception.raise_exception (

523: EXCEPTION
524:
525: WHEN le_error THEN
526:
527: app_exception.raise_exception (
528: EXCEPTION_TYPE => 'APP' ,
529: EXCEPTION_CODE => -20110 ,
530: EXCEPTION_TEXT => lv_return_message
531: );

Line 535: app_exception.raise_exception (

531: );
532:
533: WHEN OTHERS THEN
534:
535: app_exception.raise_exception (
536: EXCEPTION_TYPE => 'APP',
537: EXCEPTION_CODE => -20110 ,
538: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OM_WDD_ARIUD_T1' || substr(sqlerrm,1,1900)
539: );