DBA Data[Home] [Help]

APPS.JAI_RCV_RRSL_ARIUD_T1 dependencies on APP_EXCEPTION

Line 253: app_exception.raise_exception (

249: EXCEPTION
250:
251: WHEN le_error THEN
252:
253: app_exception.raise_exception (
254: EXCEPTION_TYPE => 'APP' ,
255: EXCEPTION_CODE => -20110 ,
256: EXCEPTION_TEXT => lv_return_message
257: );

Line 261: app_exception.raise_exception (

257: );
258:
259: WHEN OTHERS THEN
260:
261: app_exception.raise_exception (
262: EXCEPTION_TYPE => 'APP',
263: EXCEPTION_CODE => -20110 ,
264: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_RCV_RRSL_ARIUD_T1' || substr(sqlerrm,1,1900)
265: );