PSSQLDEFN |
This table is the parent of PSSQLTEXTDEFN. It holds SQL object definitions, and these objects are used widely in PeopleTools. Only rows where SQLTYPE = 2 correspond to DBA_VIEWS. Until version 7.x of PeopleTools, the definition of SQL Views in PeopleTools was held in PSVIEWTEXT, and that table corresponded directly with DBA_VIEWS.
| PSSQLDEFN | DBA_VIEWS | Description of PeopleTools Column |
|---|---|---|
| PeopleSoft Field Name | Corresponding Oracle Column Name | |
SQLID | (VIEW_NAME) | SQL Object Identifier Not an exact match. This column has different meanings depending upon value of SQLTYPE SQLTYPE = 0: SQL object name SQLTYPE = 1: Application Engine Step Identifier SQLTYPE = 2: RECNAME SQLTYPE = 6: Application Engine XSLT (XML definition) |
SQLTYPE | SQL Object Type
| |
| VERSION | Version Number (OBJECTTYPE = 'SRC', also on PSLOCK) Internal PeopleTools version for controlling caching of object. | |
| LASTUPDOPRID | Specifies the User ID of the last developer who alter this record. This field is maintained by Application Designer. | |
| LASTUPDDTTM | Specifies the date and time of the last update to an entry. This field is maintained by Application Designer. | |
| ENABLEEFFDT | ||
| OBJECTOWNERID | Object owner identifier translate values |
Author: David Kurtz | |
| Return to Index | © Go-Faster Consultancy Ltd. Last updated 25 July 2010 |