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'
58: ,p_log_level_rec => p_log_level_rec);
59: raise;
60:

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'
132: ,p_log_level_rec => p_log_level_rec);
133: raise;
134:

Line 156: fa_srvr_msg.add_sql_error(

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

Line 225: fa_srvr_msg.add_sql_error(

221:
222: exception
223: when others then
224:
225: fa_srvr_msg.add_sql_error(
226: calling_fn => 'fa_rates_pkg.load_row'
227: ,p_log_level_rec => p_log_level_rec);
228:
229: FA_STANDARD_PKG.RAISE_ERROR(

Line 301: fa_srvr_msg.add_sql_error(

297: end if;
298:
299: EXCEPTION
300: WHEN methods_err THEN
301: fa_srvr_msg.add_sql_error(
302: calling_fn => 'update fa_flat_rates');
303:
304: fa_standard_pkg.raise_error(
305: called_fn => 'farat.lct',