PY_YE_CONS_USA(SQL Table) |
Index Back |
---|---|
Employee ConsentUsed in Self-Service Year-End Forms. This record stores employee consent information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | LASTUPDDTTM | DateTime(26) | TIMESTAMP |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %datetime |
3 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
4 | YE_FORM_CONSENT | Character(1) | VARCHAR2(1) NOT NULL |
View Year-End Form Self-Service.
This field will store the employees consent actions.
N=No consent received. Y=Grant or Withdraw Consent Default Value: N |
5 | YE_FORM_WITHDRAW | Character(1) | VARCHAR2(1) NOT NULL |
View Year-End Form Self-Service.
This field will store the employees consent actions.
N=No consent received. Y=Grant or Withdraw Consent Default Value: N |
6 | YE_CONSENT_CURRENT | Character(1) | VARCHAR2(1) NOT NULL |
View Year-End Form Self-Service.
This field will store the employees consent actions.
C=Consent Received N=No Consent Received R=Consent Reset by Employer W=Consent Withdrawn Default Value: N |