TL_GRP_REC_VW(SQL View) |
Index Back |
|---|---|
Group Record ViewThe view displays the records which the user's row security class has access to. |
| SELECT DISTINCT ROWSECCLASS , RECNAME FROM PS_TL_GRP_FLD_SEC WHERE ACCESSIBLE = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |