DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PUB dependencies on FND_MSG_PUB

Line 182: FND_MSG_PUB.count_and_get (

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

Line 197: FND_MSG_PUB.count_and_get (

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