DBA Data[Home] [Help]

APPS.JAI_AR_CR_ARIUD_T1 dependencies on APP_EXCEPTION

Line 373: app_exception.raise_exception;

369: );
370: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
371: value => lv_return_message
372: );
373: app_exception.raise_exception;
374: WHEN OTHERS THEN
375: fnd_file.put_line(fnd_file.log, 'Encountered the error in trigger JAI_AR_CASH_RECEIPTS_ARIUD' || substr(sqlerrm,1,1900));
376: fnd_message.set_name ( application => 'JA',
377: NAME => 'JAI_ERR_DESC'

Line 382: app_exception.raise_exception;

378: );
379: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
380: value => 'Encountered the error in trigger JAI_AR_CASH_RECEIPTS_ARIUD' || substr(sqlerrm,1,1900)
381: );
382: app_exception.raise_exception;
383:
384: END;