DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_PKG dependencies on STANDARD

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

73: BEGIN
74: -- Initialize API return status to success
75: x_return_status := FND_API.G_RET_STS_SUCCESS;
76:
77: -- Standard call to check for call compatibility
78: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
79: G_PKG_NAME) THEN
80: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
81: END IF;