PeopleSoft - Explain how PeopleSoft knows which object is the most current
posted by Babu Kunwar
Explain how PeopleSoft knows which object is the most current
PeopleSoft with the help of the version number distinguish which object is the
current object. This version number assigned to the object is stored in a
master table. PSLOCK stores the object version number which is the highest.
How do we synchronize all the version numbers in PeopleSoft?
By the help of VERSION_SQR we can synchronize all the version numbers in
PeopleSoft which keeps on updating PSLOCK.
How does the version number change for an object type?
There are three ways in which the version number can change.
-
Developer makes change to existing object or creates a new object;
-
An upgrade is performed, moving an object(s) from one database instance to
another.
-
Using Data Mover to move or change an object.
|