DBA Data[Home] [Help]

APPS.JAI_OE_OLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 877: app_exception.raise_exception (

873: EXCEPTION
874:
875: WHEN le_error THEN
876:
877: app_exception.raise_exception (
878: EXCEPTION_TYPE => 'APP' ,
879: EXCEPTION_CODE => -20110 ,
880: EXCEPTION_TEXT => lv_return_message
881: );

Line 885: app_exception.raise_exception (

881: );
882:
883: WHEN OTHERS THEN
884:
885: app_exception.raise_exception (
886: EXCEPTION_TYPE => 'APP',
887: EXCEPTION_CODE => -20110 ,
888: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OE_OLA_ARIUD_T1' || substr(sqlerrm,1,1900)
889: );