ap_sob_get_versioninfo_sp

This procedure retrieves information about a list of objects that all comes from the same file, and thus this information should be common to all objects. (The procedure verifies that this is the case, and raises an error if not.)

 

You have little reason to call this procedure on your own.

 

Parameters:

@objects -- list of objects.

@cnt OUTPUT -- Number of objects in @objects found in abasysobjects.

@ss_version OUTPUT -- Current version number from the version-control system in for the file in the database.

-- These three parameters describes from which VC-path that the

-- file was loaded from.

@obj_repository ap_path OUTPUT, -- The repository for the file.

@obj_repositoryid ap_path OUTPUT, -- The id for the repository.

@obj_vcpath ap_path OUTPUT -- The path for the object.

@obj_md5hash ap_md5hash OUTPUT -- The stored MD5 hash for the file.

-- And these four parameters describes the VC-path from which the

-- subsystem was most receently upgraded/installed from.

@subsystem ap_subsystem OUTPUT,

@subsys_repository ap_path OUTPUT

@subsys_repositoryid ap_path OUTPUT

@subsys_ss_path ap_path OUTPUT