DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_RX_CONC_MESG_PKG

Line 429: fa_Rx_conc_mesg_pkg.log(SQLERRM);

425: close c_madd;
426:
427: exception when others then
428: if SQLCODE <> 0 then
429: fa_Rx_conc_mesg_pkg.log(SQLERRM);
430: end if;
431: fnd_message.set_name('OFA',h_mesg_name);
432: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
433: fnd_message.set_token('TABLE','FA_MASSADD_REP_ITF',FALSE);

Line 441: fa_rx_conc_mesg_pkg.log(h_mesg_str);

437: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
438: end if;
439:
440: h_mesg_str := fnd_message.get;
441: fa_rx_conc_mesg_pkg.log(h_mesg_str);
442: retcode := 2;
443:
444: end mass_additions;
445: