DBA Data[Home] [Help]

APPS.FARX_RT dependencies on FA_RX_CONC_MESG_PKG

Line 757: fa_Rx_conc_mesg_pkg.log(SQLERRM);

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

Line 769: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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