DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on FND_MESSAGE

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

628: Added the cursors c_order_line and c_lc_mtch_dlry_line, to check if the order line attached
629: the delivery detail in LC matching table is same or not. If not, then the related delivery_detail
630: line is updated with the :new.source_line_id
631:
632: Appended SQLERRM to the fnd_message.set_token value parameter to display the error
633:
634:
635:
636: Future Dependencies For the release Of this Object:-

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

990: lv_process_message := substr (lv_process_message || ' Object = ja_in_wsh_dlry_au_rel_stat_trg ', 1,1999) ;
991: END IF;
992:
993:
994: fnd_message.set_name (application => 'JA',
995: name => 'JAI_ERR_DESC'
996: );
997:
998: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

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

994: fnd_message.set_name (application => 'JA',
995: name => 'JAI_ERR_DESC'
996: );
997:
998: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
999: value => lv_process_message
1000: );
1001:
1002:

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

1002:
1003: app_exception.raise_exception;
1004:
1005: WHEN others THEN
1006: fnd_message.set_name ( application => 'JA',
1007: name => 'JAI_ERR_DESC'
1008: );
1009:
1010: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

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

1006: fnd_message.set_name ( application => 'JA',
1007: name => 'JAI_ERR_DESC'
1008: );
1009:
1010: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1011: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/
1012: );
1013:
1014: app_exception.raise_exception;

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

2887: pv_log_msg => ' Error in processing jai_ar_tcs_rep_pkg.wsh_interim_accounting ' ||CHR(10)
2888: ||',lv_process_flag -> '||lv_process_flag ||CHR(10)
2889: ||',lv_process_message -> '||lv_process_message
2890: ); */ --commented by bgowrava for bug#5631784
2891: fnd_message.set_name ( application => 'JA',
2892: name => 'JAI_ERR_DESC'
2893: );
2894:
2895: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',

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

2891: fnd_message.set_name ( application => 'JA',
2892: name => 'JAI_ERR_DESC'
2893: );
2894:
2895: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
2896: value => lv_process_message
2897: );
2898:
2899: app_exception.raise_exception;