DBA Data[Home] [Help]

APPS.JAI_PO_RA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 275: app_exception.raise_exception (

271: EXCEPTION
272:
273: WHEN le_error THEN
274:
275: app_exception.raise_exception (
276: EXCEPTION_TYPE => 'APP' ,
277: EXCEPTION_CODE => -20110 ,
278: EXCEPTION_TEXT => lv_return_message
279: );

Line 283: app_exception.raise_exception (

279: );
280:
281: WHEN OTHERS THEN
282:
283: app_exception.raise_exception (
284: EXCEPTION_TYPE => 'APP',
285: EXCEPTION_CODE => -20110 ,
286: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_RA_ARIUD_T1' || substr(sqlerrm,1,1900)
287: );