FO_PWD_SECRET_Q(SQL Table) |
Index Back |
---|---|
Secret QuestionThis is the main record to store Secret questions |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FO_PWD_HINT_ID | Character(2) | VARCHAR2(2) NOT NULL |
Secret Question ID
Prompt Table: FO_PWD_SECQ_VW |
2 | FO_PWD_HINT_ACTIVE | Character(1) | VARCHAR2(1) NOT NULL |
Secret Question Active ?
N=No Y=Yes Default Value: Y |
3 | FO_PWD_HINT_DESC | Character(100) | VARCHAR2(100) NOT NULL | Secret Question |
4 | FO_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
5 | FO_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |