DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on FND_MESSAGE

Line 710: Appended SQLERRM to the fnd_message.set_token value parameter to display the error

706: Added the cursors c_order_line and c_lc_mtch_dlry_line, to check if the order line attached
707: the delivery detail in LC matching table is same or not. If not, then the related delivery_detail
708: line is updated with the :new.source_line_id
709:
710: Appended SQLERRM to the fnd_message.set_token value parameter to display the error
711:
712: 18. 25-May-2009 CSahoo for bug#8538431, File Version 120.9.12010000.6
713: Issue: ERROR SHOULD BE SHOWN WHEN THE ITEM THE EXCISE TAXES BUT ITEM DFF NOT GIVEN.
714: Fix: Added the cursor cur_chk_excise_exists to check if excise taxes exists or not.

Line 1218: fnd_message.set_name (application => 'JA',

1214: lv_process_message := substr (lv_process_message || ' Object = ja_in_wsh_dlry_au_rel_stat_trg ', 1,1999) ;
1215: END IF;
1216:
1217:
1218: fnd_message.set_name (application => 'JA',
1219: name => 'JAI_ERR_DESC'
1220: );
1221:
1222: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

Line 1222: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

1218: fnd_message.set_name (application => 'JA',
1219: name => 'JAI_ERR_DESC'
1220: );
1221:
1222: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1223: value => lv_process_message
1224: );
1225:
1226:

Line 1230: fnd_message.set_name ( application => 'JA',

1226:
1227: app_exception.raise_exception;
1228:
1229: WHEN others THEN
1230: fnd_message.set_name ( application => 'JA',
1231: name => 'JAI_ERR_DESC'
1232: );
1233:
1234: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

Line 1234: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

1230: fnd_message.set_name ( application => 'JA',
1231: name => 'JAI_ERR_DESC'
1232: );
1233:
1234: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1235: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/
1236: );
1237:
1238: app_exception.raise_exception;

Line 3264: fnd_message.set_name ( application => 'JA',

3260: pv_log_msg => ' Error in processing jai_ar_tcs_rep_pkg.wsh_interim_accounting ' ||CHR(10)
3261: ||',lv_process_flag -> '||lv_process_flag ||CHR(10)
3262: ||',lv_process_message -> '||lv_process_message
3263: ); */ --commented by bgowrava for bug#5631784
3264: fnd_message.set_name ( application => 'JA',
3265: name => 'JAI_ERR_DESC'
3266: );
3267:
3268: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

Line 3268: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

3264: fnd_message.set_name ( application => 'JA',
3265: name => 'JAI_ERR_DESC'
3266: );
3267:
3268: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
3269: value => lv_process_message
3270: );
3271:
3272: app_exception.raise_exception;