|
Retrieves the highest version for a file from abasysobjects, possibly restricted to a certain subsystem. Note a file can appear in the database with different versions. This can happen when some objects are skipped, for instance existing indexes.
You have little reason to call this procedure on your own.
@filename ap_filename -- The file. @subsystem ap_subsystem IN/OUTPUT -- Only check for this subsystem. Returns the subsystem for the file. @objexists bit OUTPUT, -- A least one row was found. @ss_version int OUTPUT, -- The highest version for the file. -- 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. -- And these three describes the parameters from which the subsystem -- was most receently upgraded/installed from. @subsys_repository ap_path OUTPUT @subsys_repositoryid ap_path OUTPUT @subsys_ss_path ap_path OUTPUT |
|
|
|