DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FND_MSG_PUB

Line 321: fnd_msg_pub.count_and_get (

317: fnd_client_info.set_currency_context (l_currency_context);
318:
319: -- Bug 5472772
320: -- Standard call to get message count and if count is 1 get message info.
321: fnd_msg_pub.count_and_get (
322: p_count => x_msg_count,
323: p_data => x_msg_data
324: );
325:

Line 342: FND_MSG_PUB.count_and_get (

338: p_log_level_rec => g_log_level_rec);
339:
340: -- Bug 5472772
341: -- Standard call to get message count and if count is 1 get message info.
342: FND_MSG_PUB.count_and_get (
343: p_count => x_msg_count,
344: p_data => x_msg_data
345: );
346:

Line 361: FND_MSG_PUB.count_and_get (

357: p_log_level_rec => g_log_level_rec);
358:
359: -- Bug 5472772
360: -- Standard call to get message count and if count is 1 get message info.
361: FND_MSG_PUB.count_and_get (
362: p_count => x_msg_count,
363: p_data => x_msg_data
364: );
365: