FSA_BENEFIT_VW

(SQL View)
Index Back

EE FSA Benefit Enrollment View

FSA_BENEFIT_VW is a view of employee's FSA Benefit that he elected. It is used by FSA Participant and Claims detail components as related display of employee's FSA enrollment data. It is used by the FSA product only.

SELECT A.EmplID ,A.EMPL_RCD ,A.COBRA_Event_ID ,A.Plan_Type ,A.BENEFIT_NBR ,A.Coverage_Begin_Dt ,A.Effdt ,A.Deduction_End_Dt ,A.Coverage_Begin_Dt ,A.Coverage_End_Dt ,A.Coverage_Elect ,A.Coverage_Elect_Dt ,A.Benefit_Plan ,A.Empl_Contrbutn_Amt ,A.Annual_Pledge ,A.FSA_Acct_Status ,A.Carryforward_EE ,A.FSA_Carryover_Amt FROM PS_FSA_BENEFIT A WHERE A.COVERAGE_ELECT = 'E'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr

Prompt Table: PER_ORG_ASGN_VW

3 COBRA_EVENT_ID Number(3,0) SMALLINT NOT NULL Uniquely identifies a COBRA event within an employee's benefits records, and is system-generated.
4 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.

Default Value: 60

5 BENEFIT_NBR Number(3,0) SMALLINT NOT NULL Note! Although this field is part of the index schema for most Base Benefits enrollment-related records, it was in fact never functionally implemented. As such, it is CRITICAL that this field always be set to zero 0.
6 EFFDT Date(10) DATE NOT NULL Effective Date
7 DEDUCTION_BEGIN_DT Date(10) DATE Deduction Begin Date
8 DEDUCTION_END_DT Date(10) DATE Deduction End Date
9 COVERAGE_BEGIN_DT Date(10) DATE NOT NULL Coverage Begin Date
10 COVERAGE_END_DT Date(10) DATE Coverage End Date
11 COVERAGE_ELECT Character(1) VARCHAR2(1) NOT NULL Coverage Election
E=Elect
T=Terminate
W=Waive

Default Value: E

12 COVERAGE_ELECT_DT Date(10) DATE NOT NULL Coverage Elect Date

Default Value: %date

13 BENEFIT_PLAN Character(6) VARCHAR2(6) NOT NULL Benefit Plan
14 EMPL_CONTRBUTN_AMT Number(7,2) DECIMAL(6,2) NOT NULL Employee Contribution Amount
15 ANNUAL_PLEDGE Signed Number(10,2) DECIMAL(8,2) NOT NULL Annual Pledge
16 FSA_ACCT_STATUS Character(1) VARCHAR2(1) NOT NULL FSA Account Status
A=Active
C=Closed
I=Not Eligible
T=Terminated by Employer

Default Value: A

17 CARRYFORWARD_EE Character(2) VARCHAR2(2) NOT NULL Employee Carryforward Choice
CL=Claim
CR=Credit
18 FSA_CARRYOVER_AMT Signed Number(10,2) DECIMAL(8,2) NOT NULL employee annual carryover amount which cannot exceed the FSA carryover limit. This amount is display only on the ee Spending account page.