DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_SRVR_MSG

Line 207: fa_srvr_msg.add_message(calling_fn => l_calling_fn

203: return TRUE;
204:
205: EXCEPTION
206: when call_err then
207: fa_srvr_msg.add_message(calling_fn => l_calling_fn
208: ,p_log_level_rec => p_log_level_rec);
209: return FALSE;
210:
211: when others then

Line 212: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

208: ,p_log_level_rec => p_log_level_rec);
209: return FALSE;
210:
211: when others then
212: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
213: ,p_log_level_rec => p_log_level_rec);
214: return FALSE;
215:
216: END do_reclass;

Line 320: fa_srvr_msg.add_message(calling_fn => l_calling_fn

316: return TRUE;
317:
318: EXCEPTION
319: when call_err then
320: fa_srvr_msg.add_message(calling_fn => l_calling_fn
321: ,p_log_level_rec => p_log_level_rec);
322: return FALSE;
323:
324: when others then

Line 325: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

321: ,p_log_level_rec => p_log_level_rec);
322: return FALSE;
323:
324: when others then
325: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
326: ,p_log_level_rec => p_log_level_rec);
327: return FALSE;
328:
329: END validate_reclass;

Line 750: fa_srvr_msg.add_message(calling_fn => l_calling_fn

746: return TRUE;
747:
748: EXCEPTION
749: when call_err then
750: fa_srvr_msg.add_message(calling_fn => l_calling_fn
751: ,p_log_level_rec => p_log_level_rec);
752: return FALSE;
753:
754: when others then

Line 755: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

751: ,p_log_level_rec => p_log_level_rec);
752: return FALSE;
753:
754: when others then
755: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
756: ,p_log_level_rec => p_log_level_rec);
757: return FALSE;
758:
759: END do_redefault;

Line 948: fa_srvr_msg.add_message(calling_fn => l_calling_fn

944: return TRUE;
945:
946: EXCEPTION
947: when call_err then
948: fa_srvr_msg.add_message(calling_fn => l_calling_fn
949: ,p_log_level_rec => p_log_level_rec);
950: return FALSE;
951:
952: when others then

Line 953: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

949: ,p_log_level_rec => p_log_level_rec);
950: return FALSE;
951:
952: when others then
953: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
954: ,p_log_level_rec => p_log_level_rec);
955: return FALSE;
956:
957: END populate_adjust_info;