DBA Data[Home] [Help]

APPS.JAI_AR_CR_ARIUD_T1 dependencies on APP_EXCEPTION

Line 352: app_exception.raise_exception;

348: );
349: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
350: value => lv_return_message
351: );
352: app_exception.raise_exception;
353: WHEN OTHERS THEN
354: fnd_file.put_line(fnd_file.log, 'Encountered the error in trigger JAI_AR_CASH_RECEIPTS_ARIUD' || substr(sqlerrm,1,1900));
355: fnd_message.set_name ( application => 'JA',
356: NAME => 'JAI_ERR_DESC'

Line 361: app_exception.raise_exception;

357: );
358: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
359: value => 'Encountered the error in trigger JAI_AR_CASH_RECEIPTS_ARIUD' || substr(sqlerrm,1,1900)
360: );
361: app_exception.raise_exception;
362:
363: END;