DBA Data[Home] [Help]

APPS.FARX_TF dependencies on FA_RX_CONC_MESG_PKG

Line 359: fa_Rx_conc_mesg_pkg.log(SQLERRM);

355: close transfer_lines;
356:
357: exception when others then
358: if SQLCODE <> 0 then
359: fa_Rx_conc_mesg_pkg.log(SQLERRM);
360: end if;
361:
362: fnd_message.set_name('OFA',h_mesg_name);
363: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then

Line 372: fa_rx_conc_mesg_pkg.log(h_mesg_str);

368: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
369: end if;
370:
371: h_mesg_str := fnd_message.get;
372: fa_rx_conc_mesg_pkg.log(h_mesg_str);
373: retcode := 2;
374:
375: end transfers;
376: