DBA Data[Home] [Help]

APPS.JAI_PO_LLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 479: app_exception.raise_exception (

475: EXCEPTION
476:
477: WHEN le_error THEN
478:
479: app_exception.raise_exception (
480: EXCEPTION_TYPE => 'APP' ,
481: EXCEPTION_CODE => -20110 ,
482: EXCEPTION_TEXT => lv_return_message
483: );

Line 487: app_exception.raise_exception (

483: );
484:
485: WHEN OTHERS THEN
486:
487: app_exception.raise_exception (
488: EXCEPTION_TYPE => 'APP',
489: EXCEPTION_CODE => -20110 ,
490: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_LLA_ARIUD_T1' || substr(sqlerrm,1,1900)
491: );