DBA Data[Home] [Help]

APPS.AHL_UMP_UNPLANNED_PVT dependencies on STANDARD

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

799:
800: BEGIN
801:
802: SAVEPOINT sp_delete_unit_effectivity;
803: -- Standard call to check for call compatibility
804: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
805: THEN
806: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
807: END IF;

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

962: THEN
963: RAISE FND_API.G_EXC_ERROR;
964: END IF;
965:
966: -- Standard call to get message count and if count is 1, get message info
967: FND_MSG_PUB.count_and_get
968: (
969: p_count => x_msg_count,
970: p_data => x_msg_data,