TL_GRP_FLD_EDIT(SQL View) |
Index Back |
---|---|
Group Field ViewThe view displays all the fields of a specific record. |
SELECT C.ROWSECCLASS , C.RECNAME , C.FIELDNAME FROM PS_TL_GRP_FLD_SEC C WHERE C.ACCESSIBLE = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security |
2 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |