DBA Data[Home] [Help]

APPS.AHL_UMP_UNPLANNED_PVT dependencies on STANDARD

Line 729: -- Standard call to check for call compatibility

725:
726: BEGIN
727:
728: SAVEPOINT sp_delete_unit_effectivity;
729: -- Standard call to check for call compatibility
730: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
731: THEN
732: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
733: END IF;

Line 881: -- Standard call to get message count and if count is 1, get message info

877: THEN
878: RAISE FND_API.G_EXC_ERROR;
879: END IF;
880:
881: -- Standard call to get message count and if count is 1, get message info
882: FND_MSG_PUB.count_and_get
883: (
884: p_count => x_msg_count,
885: p_data => x_msg_data,