DBA Data[Home] [Help]

APPS.JAI_INV_MMT_ARIUD_T1 dependencies on APP_EXCEPTION

Line 465: app_exception.raise_exception (

461: EXCEPTION
462:
463: WHEN le_error THEN
464:
465: app_exception.raise_exception (
466: EXCEPTION_TYPE => 'APP' ,
467: EXCEPTION_CODE => -20110 ,
468: EXCEPTION_TEXT => lv_return_message
469: );

Line 473: app_exception.raise_exception (

469: );
470:
471: WHEN OTHERS THEN
472:
473: app_exception.raise_exception (
474: EXCEPTION_TYPE => 'APP',
475: EXCEPTION_CODE => -20110 ,
476: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_INV_MMT_ARIUD_T1' || substr(sqlerrm,1,1900)
477: );