DBA Data[Home] [Help]

APPS.FA_DEPRN_BASIS_RULES_PKG dependencies on FA_SRVR_MSG

Line 74: fa_srvr_msg.add_sql_error(

70:
71: exception
72: when others then
73:
74: fa_srvr_msg.add_sql_error(
75: calling_fn => 'fa_deprn_basis_rules_pkg.insert_row'
76: ,p_log_level_rec => p_log_level_rec);
77:
78: END Insert_Row;

Line 175: fa_srvr_msg.add_sql_error(

171: end if;
172: exception
173: when others then
174:
175: fa_srvr_msg.add_sql_error(
176: calling_fn => 'fa_deprn_basis_rules_pkg.update_row'
177: ,p_log_level_rec => p_log_level_rec);
178:
179: END Update_Row;

Line 207: fa_srvr_msg.add_sql_error(

203:
204: exception
205: when others then
206:
207: fa_srvr_msg.add_sql_error(
208: calling_fn => 'fa_deprn_basis_rules_pkg.delete_row'
209: ,p_log_level_rec => p_log_level_rec);
210:
211: END DELETE_ROW;

Line 300: fa_srvr_msg.add_sql_error(

296:
297: exception
298: when others then
299:
300: fa_srvr_msg.add_sql_error(
301: calling_fn => 'fa_deprn_basis_rules_pkg.load_row'
302: ,p_log_level_rec => p_log_level_rec);
303:
304: end LOAD_ROW;

Line 351: fa_srvr_msg.add_sql_error(

347:
348: EXCEPTION
349: when others then
350:
351: fa_srvr_msg.add_sql_error(
352: calling_fn => 'fa_deprn_basis_rules_pkg.translate_row'
353: ,p_log_level_rec => p_log_level_rec);
354:
355: FA_STANDARD_PKG.RAISE_ERROR(