RETRODED_RQST(SQL Table) |
Index Back |
---|---|
Retro Deduction Request TableThis is the table that contains all the Retroactive Deductions requests that have been generated from either the on-line panels or the batch mass COBOL process. Warning! For technical reasons, this record's schema contains an alternate key of EMPL_RCD. This is not logically or functionally accurate. Throughout all of Base Benefits, when in the context of benefit enrollment, EMPL_RCD must be interpreted as an alias for BENEFIT_RCD_NBR. All benefit enrollment-related records (and by extension, benefit deductions) are logically keyed by BENEFIT_RCD_NBR, so here EMPL_RCD actually contains the value of the appropriate BENEFIT_RCD_NBR. It is CRITICAL that all joins, comparisons, and updates to this record be against BENEFIT_RCD_NBR. Thus a typical driving join for benefit participation is PS_PER_ORG_ASGN.BENEFIT_RCD_NBR = PS_BEN_PROG_PARTIC.EMPL_RCD, and a typical join for benefit enrollment is PS_PER_ORG_ASGN.BENEFIT_RCD_NBR = PS_HEALTH_BENEFIT.EMPL_RCD. The security and search views used in Base Benefits perform this "mapping" internally. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RETRODED_SEQ_NO | Character(8) | VARCHAR2(8) NOT NULL | Retro Ded Sequence Number |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: RETRODED_RQS_VW |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Rcd Nbr
Prompt Table: RETRODED_RQS_VW |
4 | RETRODED_EFFDT | Date(10) | DATE | Retro Ded Effective Date |
5 | RETRODED_PGM_ID | Character(3) | VARCHAR2(3) NOT NULL |
Retro Ded Program ID
Prompt Table: RETRODEDPGM_TBL |
6 | RETRODED_RQST_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Retro Ded Request Type
A=Benefits Administration B=Benefit Deduction G=General Deduction J=Job Change M=Mass Request P=Benefit Program Change |
7 | PRCS_END_DT | Date(10) | DATE | Process End Date |
8 | PLAN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans. |
9 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
10 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
11 | DEDCD | Character(6) | VARCHAR2(6) NOT NULL | Deduction Code |
12 | MASS_RETRO_RQST_ID | Character(5) | VARCHAR2(5) NOT NULL |
Mass Retro Request ID
Prompt Table: RETRODEDMAS_TBL |
13 | JOB_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Retro on Change in Rate of Pay
Y/N Table Edit Default Value: Y |
14 | BASE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Retro on Chg in Benefits Base
Y/N Table Edit Default Value: Y |
15 | RETRO_COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Retro Pay Company
Prompt Table: COMPANY_TBL |
16 | RETRO_PAYGROUP | Character(3) | VARCHAR2(3) NOT NULL |
Retro Pay Paygroup
Prompt Table: PAYGROUP_TBL |
17 | RETRO_PAY_END_DT | Date(10) | DATE | Retro Pay - Pay End Date |
18 | RETRO_OFF_CYCLE | Character(1) | VARCHAR2(1) NOT NULL |
Retro Pay Off Cycle
Y/N Table Edit Default Value: N |
19 | RETRO_PAGE_NO | Number(4,0) | SMALLINT NOT NULL | Retro Pay Page Number |
20 | RETRO_LINE_NO | Number(3,0) | SMALLINT NOT NULL | Retro Pay Line Number |
21 | RETRODED_PRCS_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Retro Ded Process Flag
C=Calculated I=Invalidated N=Not Processed P=Loaded to Paysheet R=Rejected X=Extracted Default Value: N |
22 | DUPLICATE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Duplicate Flag
Y/N Table Edit Default Value: N |