HR_LBR_EEST_TBL(SQL Table) |
Index Back |
---|---|
HR - Employee Status Codes.This new setup table defines a set of Employee status codes for Layoff/ Recall process and also allows the user to create their own user defined Employee Status codes. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LBR_EMP_ROST_STAT | Character(11) | VARCHAR2(11) NOT NULL | Employee Roster Status |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | LBR_EVENT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Labor event type
L=Layoff R=Recall |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
6 | LBR_PRCS_STAT_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Process Status?
Y/N Table Edit Default Value: N |
7 | LBR_COMP_STAT_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Status Complete?
Y/N Table Edit Default Value: N |
8 | 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 |
9 | 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. |