DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_RX_CONC_MESG_PKG

Line 430: fa_Rx_conc_mesg_pkg.log(SQLERRM);

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

Line 442: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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