DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_CON_PKG dependencies on STANDARD

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

258: BEGIN
259: -- Initialize API return status to success
260: x_return_status := FND_API.G_RET_STS_SUCCESS;
261:
262: -- Standard call to check for call compatibility
263: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
264: G_PKG_NAME) THEN
265: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
266: END IF;