DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_RX_CONC_MESG_PKG

Line 381: fa_Rx_conc_mesg_pkg.log(SQLERRM);

377: close cost_adjust;
378:
379: exception when others then
380: if SQLCODE <> 0 then
381: fa_Rx_conc_mesg_pkg.log(SQLERRM);
382: end if;
383: fnd_message.set_name('OFA',h_mesg_name);
384: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
385: fnd_message.set_token('TABLE','FA_ADJUST_REP_ITF',FALSE);

Line 393: fa_rx_conc_mesg_pkg.log(h_mesg_str);

389: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
390: end if;
391:
392: h_mesg_str := fnd_message.get;
393: fa_rx_conc_mesg_pkg.log(h_mesg_str);
394: retcode := 2;
395:
396:
397: end cost_adjust;

Line 661: fa_Rx_conc_mesg_pkg.log(SQLERRM);

657: close cost_clear_lines;
658:
659: exception when others then
660: if SQLCODE <> 0 then
661: fa_Rx_conc_mesg_pkg.log(SQLERRM);
662: end if;
663: fnd_message.set_name('OFA',h_mesg_name);
664: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
665: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);

Line 673: fa_rx_conc_mesg_pkg.log(h_mesg_str);

669: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
670: end if;
671:
672: h_mesg_str := fnd_message.get;
673: fa_rx_conc_mesg_pkg.log(h_mesg_str);
674: retcode := 2;
675:
676: end cost_clear_rec;
677: