DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FA_RX_CONC_MESG_PKG

Line 232: fa_Rx_conc_mesg_pkg.log(SQLERRM);

228: close cap_lines;
229:
230: exception when others then
231: if SQLCODE <> 0 then
232: fa_Rx_conc_mesg_pkg.log(SQLERRM);
233: end if;
234: fnd_message.set_name('OFA',h_mesg_name);
235: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
236: fnd_message.set_token('TABLE','FA_CAP_REP_ITF',FALSE);

Line 244: fa_rx_conc_mesg_pkg.log(h_mesg_str);

240: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
241: end if;
242:
243: h_mesg_str := fnd_message.get;
244: fa_rx_conc_mesg_pkg.log(h_mesg_str);
245: retcode := 2;
246:
247: end cap;
248: