DBA Data[Home] [Help]

APPS.JAI_JAR_TL_ARIUD_T1 dependencies on APP_EXCEPTION

Line 287: app_exception.raise_exception;

283: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
284: value => lv_return_message
285: );
286:
287: app_exception.raise_exception;
288:
289: WHEN OTHERS THEN
290: /*
291: ||Add the call to fnd_file.put_line as a part of the bug 5104997

Line 302: app_exception.raise_exception;

298:
299: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
300: value => 'Encountered the error in trigger JAI_JAR_TL_ARIUD_T1' || substr(sqlerrm,1,1900)
301: );
302: app_exception.raise_exception;
303: /*
304: ||End of Bug 5141293
305: */
306: