DBA Data[Home] [Help]

APPS.JAI_RCV_RSL_ARIUD_T1 dependencies on APP_EXCEPTION

Line 298: app_exception.raise_exception (

294: EXCEPTION
295:
296: WHEN le_error THEN
297:
298: app_exception.raise_exception (
299: EXCEPTION_TYPE => 'APP' ,
300: EXCEPTION_CODE => -20110 ,
301: EXCEPTION_TEXT => lv_return_message
302: );

Line 306: app_exception.raise_exception (

302: );
303:
304: WHEN OTHERS THEN
305:
306: app_exception.raise_exception (
307: EXCEPTION_TYPE => 'APP',
308: EXCEPTION_CODE => -20110 ,
309: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_RCV_RSL_ARIUD_T1' || substr(sqlerrm,1,1900)
310: );