PeopleTools 8.54 Compare Report PSCOMPSESSION and PSCOMPOBJDIFF
I am trying to write SQL Queries to review and summarize the results of PeopleTools compare reports. I ran the compare reports in PeopleTools 8.54. Results are written to PSCOMPSESSION and PSCOMPOBJDIFF.
How do I map the results in these tables to what appears in the HTML version of the compare reports. That is, how do I determine what is Customer Added, Customer Modified, PeopleSoft Deleted, PeopleSoft Added, and PeopleSoft Modified?
Is there a combination of the fields on PSCOMPOBJEDIFF that can be used to identify an object compare status? For example, the view PSCOMPOBJDIFF_VW has the fields PTSOURCESTATUS and PTTARGETSTATUS. These fields have the translates Absent, Changed, Custom Changed, Custom Unchanged, and Unchanged however I see only Absent, Changed, and Unchanged.