DBA Data[Home] [Help]

APPS.FARX_INV_MISS_PKG dependencies on FA_RX_CONC_MESG_PKG

Line 180: fa_Rx_conc_mesg_pkg.log(SQLERRM);

176: close c_main;
177:
178: exception when others then
179: if SQLCODE <> 0 then
180: fa_Rx_conc_mesg_pkg.log(SQLERRM);
181: end if;
182: fnd_message.set_name('OFA',h_mesg_name);
183: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
184: fnd_message.set_token('TABLE','FA_INVMISS_REP_ITF',FALSE);

Line 192: fa_rx_conc_mesg_pkg.log(h_mesg_str);

188: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
189: end if;
190:
191: h_mesg_str := fnd_message.get;
192: fa_rx_conc_mesg_pkg.log(h_mesg_str);
193: retcode := 2;
194:
195: end miss_asset;
196:

Line 349: fa_rx_conc_mesg_pkg.log(h_mesg_str);

345:
346: fnd_message.set_name('OFA','FA_WHATIF_NO_CAT');
347: fnd_message.set_token('CAT',category,FALSE);
348: h_mesg_str := fnd_message.get;
349: fa_rx_conc_mesg_pkg.log(h_mesg_str);
350:
351: retcode := 2;
352: return;
353: end if;

Line 383: fa_rx_conc_mesg_pkg.log(h_mesg_str);

379:
380: fnd_message.set_name('OFA','FA_PI_NO_LOCATION');
381: fnd_message.set_token('LOC',location,FALSE);
382: h_mesg_str := fnd_message.get;
383: fa_rx_conc_mesg_pkg.log(h_mesg_str);
384:
385: retcode := 2;
386: return;
387: end if;

Line 497: fa_Rx_conc_mesg_pkg.log(SQLERRM);

493: close c_compare;
494:
495: exception when others then
496: if SQLCODE <> 0 then
497: fa_Rx_conc_mesg_pkg.log(SQLERRM);
498: end if;
499: fnd_message.set_name('OFA',h_mesg_name);
500: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
501: fnd_message.set_token('TABLE','FA_INV_COMPARE_REP_ITF',FALSE);

Line 509: fa_rx_conc_mesg_pkg.log(h_mesg_str);

505: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
506: end if;
507:
508: h_mesg_str := fnd_message.get;
509: fa_rx_conc_mesg_pkg.log(h_mesg_str);
510: retcode := 2;
511:
512:
513: end comparison;