DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PUB dependencies on FND_MSG_PUB

Line 183: FND_MSG_PUB.count_and_get (

179: p_log_level_rec => g_log_level_rec);
180:
181: -- do not retrieve / clear messaging when this is being called
182: -- from reclass api - allow calling util to dump them
183: FND_MSG_PUB.count_and_get (
184: p_count => x_msg_count,
185: p_data => x_msg_data
186: );
187: x_return_status := FND_API.G_RET_STS_ERROR;

Line 200: FND_MSG_PUB.count_and_get (

196: ,p_log_level_rec => g_log_level_rec);
197:
198: -- do not retrieve / clear messaging when this is being called
199: -- from reclass api - allow calling util to dump them
200: FND_MSG_PUB.count_and_get (
201: p_count => x_msg_count,
202: p_data => x_msg_data
203: );
204: