RSF_USER_FILTER(SQL Table) |
Index Back |
---|---|
Remembers User FiltersRSF_USER_MEMORY is parent of RSF_USER_FILTER. These two records together save the user's previous filter choices for a particular page. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | PNLNAME | Character(30) | VARCHAR2(30) NOT NULL |
Page Name (see PSPNLDEFN).
Prompt Table: RSF_PNLDEFN_VW |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: RSF_PNLFIELD_VW |
4 | VISIBLE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Visible Flag
N=No Y=Yes |
5 | FIELD_VALUE | Character(30) | VARCHAR2(30) NOT NULL | Field Value |
6 | FIELDNUM | Number(4,0) | SMALLINT NOT NULL | Field Number |