DBA Data[Home] [Help]

APPS.FA_VENDORMERGE_GRP dependencies on FA_SRVR_MSG

Line 288: fa_srvr_msg.add_message(calling_fn => l_calling_fn,

284: EXCEPTION
285: WHEN mrg_err THEN
286: ROLLBACK TO sp_vendor_merge;
287:
288: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
289: p_log_level_rec => g_log_level_rec);
290: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
291: p_data => x_msg_data);
292: x_return_status := FND_API.G_RET_STS_ERROR;

Line 302: fa_srvr_msg.add_message(calling_fn => l_calling_fn,

298: fa_debug_pkg.add(l_calling_fn, 'EXCEPTION(OTHERS)', l_location,
299: p_log_level_rec => g_log_level_rec);
300: end if;
301:
302: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
303: name => 'FA_SHARED_ACTION_TABLE',
304: token1 => 'ACTION',
305: value1 => 'Update',
306: token2 => 'TABLE',

Line 310: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,

306: token2 => 'TABLE',
307: value2 => l_location,
308: p_log_level_rec => g_log_level_rec);
309:
310: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,
311: p_log_level_rec => g_log_level_rec);
312:
313: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
314: p_data => x_msg_data);