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 350: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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

Line 384: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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

Line 498: fa_Rx_conc_mesg_pkg.log(SQLERRM);

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

Line 510: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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