DBA Data[Home] [Help]

APPS.JAI_JAR_TL_ARIUD_T1 dependencies on APP_EXCEPTION

Line 327: app_exception.raise_exception;

323: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
324: value => lv_return_message
325: );
326:
327: app_exception.raise_exception;
328:
329: WHEN OTHERS THEN
330: /*
331: ||Add the call to fnd_file.put_line as a part of the bug 5104997

Line 342: app_exception.raise_exception;

338:
339: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
340: value => 'Encountered the error in trigger JAI_JAR_TL_ARIUD_T1' || substr(sqlerrm,1,1900)
341: );
342: app_exception.raise_exception;
343: /*
344: ||End of Bug 5141293
345: */
346: