DBA Data[Home] [Help]

APPS.PER_VENDORMERGE_GRP dependencies on FND_MSG_PUB

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

44: hr_utility.set_location('Leaving:'|| l_proc, 20);
45:
46: exception when others then
47: rollback to per_merge_vendor;
48: FND_MSG_PUB.count_and_get(p_count => p_msg_count,
49: p_data => p_msg_data);
50: p_return_status := FND_API.G_RET_STS_ERROR;
51: hr_utility.set_location('Leaving:'|| l_proc, 30);
52: