DBA Data[Home] [Help]

APPS.FARX_C_MT dependencies on FA_RX_CONC_MESG_PKG

Line 127: fa_rx_conc_mesg_pkg.log(h_mesg_str);

123:
124: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
125: fnd_message.set_token('CAT',p_category,FALSE);
126: h_mesg_str := fnd_message.get;
127: fa_rx_conc_mesg_pkg.log(h_mesg_str);
128:
129: retcode := 2;
130: return;
131: end if;

Line 161: fa_rx_conc_mesg_pkg.log(h_mesg_str);

157:
158: fnd_message.set_name('OFA','FA_PI_NO_LOCATION');
159: fnd_message.set_token('LOC',p_location,FALSE);
160: h_mesg_str := fnd_message.get;
161: fa_rx_conc_mesg_pkg.log(h_mesg_str);
162:
163: retcode := 2;
164: return;
165: end if;

Line 195: fa_rx_conc_mesg_pkg.log(h_mesg_str);

191:
192: fnd_message.set_name('OFA','FA_ASSET_MAINT_NO_KEY');
193: fnd_message.set_token('LOC',p_asset_key,FALSE);
194: h_mesg_str := fnd_message.get;
195: fa_rx_conc_mesg_pkg.log(h_mesg_str);
196:
197: retcode := 2;
198: return;
199: end if;

Line 275: fa_rx_conc_mesg_pkg.log(h_mesg_str);

271: if (h_mesg_name = 'FA_SHARED_INSERT_FAILED') then
272: fnd_message.set_token('TABLE','FA_MAINT_REP_ITF');
273: end if;
274: h_mesg_str := fnd_message.get;
275: fa_rx_conc_mesg_pkg.log(h_mesg_str);
276: retcode := 2;
277:
278: end insert_to_itf;
279:

Line 445: fa_rx_conc_mesg_pkg.log(h_mesg_str);

441: if (h_book is NULL) then
442: h_mesg_name := 'FA_ASSET_MAINT_WRONG_PARAM';
443: fnd_message.set_name('OFA',h_mesg_name);
444: h_mesg_str := fnd_message.get;
445: fa_rx_conc_mesg_pkg.log(h_mesg_str);
446: raise prog_failed;
447: end if;
448:
449: /*

Line 492: fa_rx_conc_mesg_pkg.log(h_mesg_str);

488:
489: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
490: fnd_message.set_token('CAT',h_concat_segs,FALSE);
491: h_mesg_str := fnd_message.get;
492: fa_rx_conc_mesg_pkg.log(h_mesg_str);
493: raise prog_failed;
494: end if;
495: h_cat_ccid := fnd_flex_keyval.combination_id;
496: end if;

Line 530: fa_rx_conc_mesg_pkg.log(h_mesg_str);

526:
527: when others then
528: fnd_message.set_name('OFA', 'FA_SHARED_SERVER_ERROR');
529: h_mesg_str := fnd_message.get;
530: fa_rx_conc_mesg_pkg.log(h_mesg_str);
531: retcode := 2;
532:
533:
534: end asset_maintenance;

Line 577: fa_rx_conc_mesg_pkg.log(h_err_msg);

573: if (p_book is NULL) then
574: h_mesg_name := 'FA_ASSET_MAINT_WRONG_PARAM';
575: fnd_message.set_name('OFA',h_mesg_name);
576: h_err_msg := fnd_message.get;
577: fa_rx_conc_mesg_pkg.log(h_err_msg);
578: p_retcode := 2;
579: raise prog_failed;
580: end if;
581: