DBA Data[Home] [Help]

APPS.IRC_VENDORMERGE_GRP dependencies on FND_MSG_PUB

Line 55: FND_MSG_PUB.count_and_get(p_count => p_msg_count,

51: hr_utility.set_location('Leaving:'|| l_proc, 20);
52:
53: exception when others then
54: rollback to irc_merge_vendor;
55: FND_MSG_PUB.count_and_get(p_count => p_msg_count,
56: p_data => p_msg_data);
57: p_return_status := FND_API.G_RET_STS_ERROR;
58: hr_utility.set_location('Leaving:'|| l_proc, 30);
59: