DBA Data[Home] [Help]

APPS.FA_RATES_PKG dependencies on FA_SRVR_MSG

Line 56: fa_srvr_msg.add_sql_error(

52: CLOSE C;
53:
54: exception
55: when others then
56: fa_srvr_msg.add_sql_error(
57: calling_fn => 'fa_rates.insert_row', p_log_level_rec => p_log_level_rec);
58: raise;
59:
60: end INSERT_ROW;

Line 130: fa_srvr_msg.add_sql_error(

126: and period_placed_in_service = X_Period_Placed_In_Service;
127:
128: exception
129: when others then
130: fa_srvr_msg.add_sql_error(
131: calling_fn => 'fa_rates_pkg.update_row', p_log_level_rec => p_log_level_rec);
132: raise;
133:
134: end UPDATE_ROW;

Line 155: fa_srvr_msg.add_sql_error(

151: end if;
152:
153: exception
154: when others then
155: fa_srvr_msg.add_sql_error(
156: calling_fn => 'fa_rates_pkg.delete_row', p_log_level_rec => p_log_level_rec);
157: raise;
158:
159: end DELETE_ROW;

Line 230: fa_srvr_msg.add_sql_error(

226:
227: exception
228: when others then
229:
230: fa_srvr_msg.add_sql_error(
231: calling_fn => 'fa_rates_pkg.load_row', p_log_level_rec => p_log_level_rec);
232:
233: FA_STANDARD_PKG.RAISE_ERROR(
234: CALLED_FN => 'fa_rates_pkg.load_row',

Line 302: fa_srvr_msg.add_sql_error(

298:
299: exception
300: when others then
301:
302: fa_srvr_msg.add_sql_error(
303: calling_fn => 'fa_rates_pkg.load_row'
304: ,p_log_level_rec => p_log_level_rec);
305:
306: FA_STANDARD_PKG.RAISE_ERROR(

Line 378: fa_srvr_msg.add_sql_error(

374: end if;
375:
376: EXCEPTION
377: WHEN methods_err THEN
378: fa_srvr_msg.add_sql_error(
379: calling_fn => 'update fa_flat_rates');
380:
381: fa_standard_pkg.raise_error(
382: called_fn => 'farat.lct',