DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FND_MSG_PUB

Line 255: FND_MSG_PUB.count_and_get (

251: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
252:
253: -- do not retrieve / clear messaging when this is being called
254: -- from reclass api - allow calling util to dump them
255: FND_MSG_PUB.count_and_get (
256: p_count => x_msg_count,
257: p_data => x_msg_data
258: );
259: x_return_status := FND_API.G_RET_STS_ERROR;

Line 269: FND_MSG_PUB.count_and_get (

265: calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
266:
267: -- do not retrieve / clear messaging when this is being called
268: -- from reclass api - allow calling util to dump them
269: FND_MSG_PUB.count_and_get (
270: p_count => x_msg_count,
271: p_data => x_msg_data
272: );
273: