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', p_log_level_rec => p_log_level_rec);
76:
77: END Insert_Row;
78:

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', p_log_level_rec => p_log_level_rec);
177:
178: END Update_Row;
179:

Line 206: fa_srvr_msg.add_sql_error(

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

Line 284: fa_srvr_msg.add_sql_error(

280:
281: exception
282: when others then
283:
284: fa_srvr_msg.add_sql_error(
285: calling_fn => 'fa_deprn_basis_rules_pkg.load_row', p_log_level_rec => p_log_level_rec);
286:
287: end LOAD_ROW;
288: /*Bug 8355119 overloading function for release specific signatures*/

Line 376: fa_srvr_msg.add_sql_error(

372:
373: exception
374: when others then
375:
376: fa_srvr_msg.add_sql_error(
377: calling_fn => 'fa_deprn_basis_rules_pkg.load_row'
378: ,p_log_level_rec => p_log_level_rec);
379:
380: end LOAD_ROW;

Line 415: fa_srvr_msg.add_sql_error(

411:
412: exception
413: when others then
414:
415: fa_srvr_msg.add_sql_error(
416: calling_fn => 'fa_deprn_basis_rules_pkg.translate_row', p_log_level_rec => p_log_level_rec);
417:
418: FA_STANDARD_PKG.RAISE_ERROR(
419: CALLED_FN => 'fa_deprn_basis_rules_pkg.translate_row',

Line 469: fa_srvr_msg.add_sql_error(

465:
466: EXCEPTION
467: when others then
468:
469: fa_srvr_msg.add_sql_error(
470: calling_fn => 'fa_deprn_basis_rules_pkg.translate_row'
471: ,p_log_level_rec => p_log_level_rec);
472:
473: FA_STANDARD_PKG.RAISE_ERROR(