DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FND_MSG_PUB

Line 330: fnd_msg_pub.count_and_get (

326: end if;
327:
328: -- Bug 5472772
329: -- Standard call to get message count and if count is 1 get message info.
330: fnd_msg_pub.count_and_get (
331: p_count => x_msg_count,
332: p_data => x_msg_data
333: );
334:

Line 348: FND_MSG_PUB.count_and_get (

344: p_log_level_rec => g_log_level_rec);
345:
346: -- Bug 5472772
347: -- Standard call to get message count and if count is 1 get message info.
348: FND_MSG_PUB.count_and_get (
349: p_count => x_msg_count,
350: p_data => x_msg_data
351: );
352:

Line 364: FND_MSG_PUB.count_and_get (

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