DBA Data[Home] [Help]

APPS.FA_MASSADD_SPECIAL_PKG dependencies on FA_SRVR_MSG

Line 193: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

189: x_return_status := FND_API.G_RET_STS_SUCCESS;
190:
191: EXCEPTION
192: when error_found then
193: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
194: x_return_status := FND_API.G_RET_STS_ERROR;
195:
196: when others then
197: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

Line 197: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

193: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
194: x_return_status := FND_API.G_RET_STS_ERROR;
195:
196: when others then
197: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
198: x_return_status := FND_API.G_RET_STS_ERROR;
199:
200: END Do_Validation;
201:

Line 390: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

386: end if;
387:
388: EXCEPTION
389: when error_found then
390: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
391: X_return_status := FND_API.G_RET_STS_ERROR;
392:
393: when others then
394: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

Line 394: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

390: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
391: X_return_status := FND_API.G_RET_STS_ERROR;
392:
393: when others then
394: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
395: X_return_status := FND_API.G_RET_STS_ERROR;
396:
397:
398: END Update_All_Records;