PeopleSoft stores object definitions types such as Record, Field and SQL definitions as numbers in PeopleTools meta-tables. Here is a list of what each number means with respect to its definition.
The following are stored on the PSRECDEFN table on RECTYPE field.
RECTYPE = 0
Corresponds to: SQL Table
Comments: The record will be built as an actuall database table.
RECTYPE = 1
Corresponds to: SQL View
Comments: The record will be built as an actuall database view.
RECTYPE = 2
Corresponds to: Derived/Work Record
Comments: This type of record provides a working storage in the component. This is NOT a database object.
RECTYPE = 3
Corresponds to: SubRecord
Comments: SubRecords are used to group fields together or other subrecords. Subrecords are added to records and they are not database objects.
RECTYPE = 5
Corresponds to: Dynamic View
Comments: Does not correspond to a database object. A dynamic view is an SQL executed by PeopleTools.
The following are stored on PSDBFIELD table on the FIELDTYPE field.
FIELDTYPE = 0
Data Type: Character
FIELDTYPE = 1
Data Type: Long Character
FIELDTYPE = 2
Data Type: Number
FIELDTYPE = 3
Data Type: Signed Number
FIELDTYPE = 4
Data Type: Date
FIELDTYPE = 5
Data Type: Time
FIELDTYPE = 6
Data Type: Date Time
FIELDTYPE = 8
Data Type: Image
FIELDTYPE = 9
Data Type: Image Refrence
The following are stored on PSSQLDEFN on SQLTYPE field.
SQLTYPE = 0
Data Type: Stand alone SQL objects
SQLTYPE = 1
Data Type: Application engine step
SQLTYPE = 2
Data Type: SQL belongs to a view
SQLTYPE = 5
Data Type: These are querries for DDDAUDIT and SYSAUDIT (very interesting SQLs)
SQLTYPE = 6
Data Type: Application engine XML definition.
Pages, components, menus and other PeopleSoft objects are also stored as numbers in PSPROJECTITEM table (stores PeopleTools project objects). Check this post for a list of object types.
I think this covers it all, let me know if I've missed something!
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Comments
Hi,
How to find the Page Types like a page is standard or secondary page?
Thanks in Advance...
You need to look at the PNLTYPE field on the PSPNLDEFN table. You have 3 different values:
0 = Page
1 = Sub page
2 = Secondary page
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Thanks Lepa,
In PSPCMPROG there are fields OBJECTID1 TO OBJECTID7.
Can u please tell me how to get descriptions for those OBJECTIDs?
Post new comment