DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FND_MSG_PUB

Line 273: FND_MSG_PUB.count_and_get (

269: ,p_log_level_rec => g_log_level_rec);
270:
271: -- do not retrieve / clear messaging when this is being called
272: -- from reclass api - allow calling util to dump them
273: FND_MSG_PUB.count_and_get (
274: p_count => x_msg_count,
275: p_data => x_msg_data
276: );
277: x_return_status := FND_API.G_RET_STS_ERROR;

Line 291: FND_MSG_PUB.count_and_get (

287: ,p_log_level_rec => g_log_level_rec);
288:
289: -- do not retrieve / clear messaging when this is being called
290: -- from reclass api - allow calling util to dump them
291: FND_MSG_PUB.count_and_get (
292: p_count => x_msg_count,
293: p_data => x_msg_data
294: );
295: