RB_TD_RECFL2_VW(SQL View) |
Index Back |
---|---|
Unique Key FieldsView of fields in a record. Works on PeopleTools Record MetaData, i.e. works for views and work records also. This is a modified copy of RB_TD_DKFLD_VW. |
SELECT A.RECNAME ,A.FIELDNAME FROM PSRECFIELDALL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |