DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_RX_CONC_MESG_PKG

Line 382: fa_Rx_conc_mesg_pkg.log(SQLERRM);

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

Line 394: fa_rx_conc_mesg_pkg.log(h_mesg_str);

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

Line 1088: fa_Rx_conc_mesg_pkg.log(SQLERRM);

1084: close cost_clear_lines;
1085:
1086: exception when others then
1087: if SQLCODE <> 0 then
1088: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1089: end if;
1090: fnd_message.set_name('OFA',h_mesg_name);
1091: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
1092: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);

Line 1100: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1096: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1097: end if;
1098:
1099: h_mesg_str := fnd_message.get;
1100: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1101: retcode := 2;
1102:
1103: end cost_clear_rec;
1104: