HR_RCL_EXP_DATA(SQL Table) |
Index Back |
---|---|
Recall Expiry Data TableSetup table that allows definition of the Recall Expiry Rules formula based on the Rule Type. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LBR_EXPIRY_RULE_ID | Character(11) | VARCHAR2(11) NOT NULL | Labor Recall Expiry Rule ID |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | SEQ_NUM5 | Number(5,0) | INTEGER NOT NULL | Sequence Number |
4 | SENIORITY_DATE_ID | Character(10) | VARCHAR2(10) NOT NULL |
Seniority Date ID
Prompt Table: HR_SNR_DATE_TBL |
5 | HR_OPERAND | Character(2) | VARCHAR2(2) NOT NULL |
Operand
1=< 2=> 3== 4=<= 5=>= |
6 | HR_NUM_VAL | Number(3,0) | SMALLINT NOT NULL | Number Value |
7 | HR_PERIOD | Character(1) | VARCHAR2(1) NOT NULL |
Period
1=Days 2=Weeks 3=Months 4=Years |
8 | HR_RCL_NUM_VAL | Number(3,0) | SMALLINT NOT NULL | Number Value |
9 | HR_RCL_PERIOD | Character(1) | VARCHAR2(1) NOT NULL |
Recall Period
1=Days 2=Weeks 3=Months 4=Years |
10 | 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 |
11 | 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. |