DBA Data[Home] [Help]

APPS.FARX_RT dependencies on FA_RX_CONC_MESG_PKG

Line 755: fa_Rx_conc_mesg_pkg.log(SQLERRM);

751:
752:
753: exception when others then
754: if SQLCODE <> 0 then
755: fa_Rx_conc_mesg_pkg.log(SQLERRM);
756: end if;
757: fnd_message.set_name('OFA',h_mesg_name);
758: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
759: fnd_message.set_token('TABLE','FA_RETIRE_REP_ITF',FALSE);

Line 767: fa_rx_conc_mesg_pkg.log(h_mesg_str);

763: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
764: end if;
765:
766: h_mesg_str := fnd_message.get;
767: fa_rx_conc_mesg_pkg.log(h_mesg_str);
768: retcode := 2;
769:
770: end ret;
771: