DBA Data[Home] [Help]

APPS.FA_DEPRN_RULE_DETAILS_PKG dependencies on FA_SRVR_MSG

Line 94: fa_srvr_msg.add_sql_error(

90:
91: exception
92: when others then
93:
94: fa_srvr_msg.add_sql_error(
95: calling_fn => 'fa_deprn_rule_details_pkg.insert_row', p_log_level_rec => p_log_level_rec);
96:
97: END Insert_Row;
98:

Line 210: fa_srvr_msg.add_sql_error(

206: end if;
207: exception
208: when others then
209:
210: fa_srvr_msg.add_sql_error(
211: calling_fn => 'fa_deprn_rule_details_pkg.update_row', p_log_level_rec => p_log_level_rec);
212:
213: END Update_Row;
214:

Line 228: fa_srvr_msg.add_sql_error(

224: end if;
225: exception
226: when others then
227:
228: fa_srvr_msg.add_sql_error(
229: calling_fn => 'fa_deprn_rule_details_pkg.delete_row', p_log_level_rec => p_log_level_rec);
230:
231: END DELETE_ROW;
232:

Line 315: fa_srvr_msg.add_sql_error(

311:
312: exception
313: when others then
314:
315: fa_srvr_msg.add_sql_error(
316: calling_fn => 'fa_deprn_rule_details_pkg.load_row', p_log_level_rec => p_log_level_rec);
317:
318: end LOAD_ROW;
319: /*Bug 8355119 overloading function for release specific signatures*/

Line 418: fa_srvr_msg.add_sql_error(

414:
415: EXCEPTION
416: when others then
417:
418: fa_srvr_msg.add_sql_error(
419: calling_fn => 'fa_deprn_rule_details_pkg.load_row'
420: ,p_log_level_rec => p_log_level_rec);
421:
422: END LOAD_ROW;