DBA Data[Home] [Help]

APPS.FARX_AD dependencies on FA_RX_CONC_MESG_PKG

Line 1244: fa_Rx_conc_mesg_pkg.log('Error occurred');

1240: fa_rx_util_pkg.debug('ADD_BY_PERIOD: ' || 'loop counter:' || ctr);
1241: END IF;
1242:
1243: exception when others then
1244: fa_Rx_conc_mesg_pkg.log('Error occurred');
1245: fa_Rx_conc_mesg_pkg.log(h_mesg_name);
1246: if SQLCODE <> 0 then
1247: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1248: end if;

Line 1245: fa_Rx_conc_mesg_pkg.log(h_mesg_name);

1241: END IF;
1242:
1243: exception when others then
1244: fa_Rx_conc_mesg_pkg.log('Error occurred');
1245: fa_Rx_conc_mesg_pkg.log(h_mesg_name);
1246: if SQLCODE <> 0 then
1247: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1248: end if;
1249: fnd_message.set_name('OFA',h_mesg_name);

Line 1247: fa_Rx_conc_mesg_pkg.log(SQLERRM);

1243: exception when others then
1244: fa_Rx_conc_mesg_pkg.log('Error occurred');
1245: fa_Rx_conc_mesg_pkg.log(h_mesg_name);
1246: if SQLCODE <> 0 then
1247: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1248: end if;
1249: fnd_message.set_name('OFA',h_mesg_name);
1250: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
1251: fnd_message.set_token('TABLE','FA_ADDITION_REP_ITF',FALSE);

Line 1259: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1255: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1256: end if;
1257:
1258: h_mesg_str := fnd_message.get;
1259: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1260: retcode := 2;
1261:
1262: end add_by_period;
1263:

Line 1931: fa_Rx_conc_mesg_pkg.log(SQLERRM);

1927: close additions;
1928:
1929: exception when others then
1930: if SQLCODE <> 0 then
1931: fa_Rx_conc_mesg_pkg.log(SQLERRM);
1932: end if;
1933: fnd_message.set_name('OFA',h_mesg_name);
1934: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
1935: fnd_message.set_token('TABLE','FA_ADDITION_REP_ITF',FALSE);

Line 1943: fa_rx_conc_mesg_pkg.log(h_mesg_str);

1939: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
1940: end if;
1941:
1942: h_mesg_str := fnd_message.get;
1943: fa_rx_conc_mesg_pkg.log(h_mesg_str);
1944: retcode := 2;
1945:
1946: end add_by_date;
1947:

Line 2544: fa_Rx_conc_mesg_pkg.log(SQLERRM);

2540: close resp_additions;
2541:
2542: exception when others then
2543: if SQLCODE <> 0 then
2544: fa_Rx_conc_mesg_pkg.log(SQLERRM);
2545: end if;
2546: fnd_message.set_name('OFA',h_mesg_name);
2547: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
2548: fnd_message.set_token('TABLE','FA_ADDITION_REP_ITF',FALSE);

Line 2556: fa_rx_conc_mesg_pkg.log(h_mesg_str);

2552: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);
2553: end if;
2554:
2555: h_mesg_str := fnd_message.get;
2556: fa_rx_conc_mesg_pkg.log(h_mesg_str);
2557: retcode := 2;
2558:
2559: end add_by_resp;
2560: