DBA Data[Home] [Help]

APPS.JAI_OPM_GMD_ARIUD_T1 dependencies on APP_EXCEPTION

Line 203: app_exception.raise_exception (

199: EXCEPTION
200:
201: WHEN le_error THEN
202:
203: app_exception.raise_exception (
204: EXCEPTION_TYPE => 'APP' ,
205: EXCEPTION_CODE => -20110 ,
206: EXCEPTION_TEXT => lv_return_message
207: );

Line 211: app_exception.raise_exception (

207: );
208:
209: WHEN OTHERS THEN
210:
211: app_exception.raise_exception (
212: EXCEPTION_TYPE => 'APP',
213: EXCEPTION_CODE => -20110 ,
214: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OPM_GMD_ARIUD_T1' || substr(sqlerrm,1,1900)
215: );