W3EB_PAROPTN_VW

(SQL View)
Index Back

BAS Partic Inquiry- Option

BAS_PAR_OPTN_VW is a view of benefit options. It is used with the Benefits Administration Inquiry.

SELECT SCHED_ID ,EMPLID ,BENEFIT_RCD_NBR ,EVENT_ID ,DISPLAY_PLN_SEQ ,DISPLAY_OPT_SEQ ,EVENT_DT ,PLAN_TYPE ,OPTION_ID ,OPTION_TYPE ,BENEFIT_PLAN ,COVRG_CD ,OPTION_CD ,OPTION_LVL ,DEFAULT_IND ,PROOF_REQ_IND ,HISTORY_ONLY ,CALCULATED_BASE ,PREMIUM_BASE ,DED_CLASS ,BAS_TAX_IMPACT ,PAY_PERIOD1 ,PAY_PERIOD2 ,PAY_PERIOD3 ,PAY_PERIOD4 ,PAY_PERIOD5 FROM PS_BAS_PARTIC_OPTN WHERE HISTORY_ONLY = 'N'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SCHED_ID Character(6) VARCHAR2(6) NOT NULL Schedule ID
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 BENEFIT_RCD_NBR Number(3,0) SMALLINT NOT NULL Specifies a sequence number associated with each of multiple concurrent jobs for a one employee. It is used to determine the applicable benefit program for each job. The first job entered for an employee is automatically assigned a Benefit Record Number of zero (0). This field is linked with EMPL_RCD#, the Employment Record Number.
4 EVENT_ID Number(6,0) INTEGER NOT NULL Event Identification
5 DISPLAY_PLN_SEQ Character(2) VARCHAR2(2) NOT NULL Display Plan-type Sequence
6 DISPLAY_OPT_SEQ Number(3,0) SMALLINT NOT NULL Display Option Sequence
7 EVENT_DT Date(10) DATE Event 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 OPTION_ID Number(4,0) SMALLINT NOT NULL Option ID
10 OPTION_TYPE Character(1) VARCHAR2(1) NOT NULL Option Type
D=General Deduction
G=General Credit
O=Option
P=Program
W=Waive Option
11 BENEFIT_PLAN Character(6) VARCHAR2(6) NOT NULL Benefit Plan
12 COVRG_CD Character(2) VARCHAR2(2) NOT NULL Coverage Code

Prompt Table: COVRG_CD_TBL

13 OPTION_CD Character(3) VARCHAR2(3) NOT NULL Option Code
14 OPTION_LVL Number(2,0) SMALLINT NOT NULL Option Level
15 DEFAULT_IND Character(1) VARCHAR2(1) NOT NULL An internal flag used by Benefits Administration to indicate whether a specific benefit option is the 'default' option - that is, if the employee fails to make a valid election, this option will be enrolled by default.

Y/N Table Edit

16 PROOF_REQ_IND Character(1) VARCHAR2(1) NOT NULL Proof Required

Y/N Table Edit

17 HISTORY_ONLY Character(1) VARCHAR2(1) NOT NULL History Only

Y/N Table Edit

18 CALCULATED_BASE Number(11,2) DECIMAL(10,2) NOT NULL Coverage Base
19 PREMIUM_BASE Number(11,2) DECIMAL(10,2) NOT NULL Premium Base
20 DED_CLASS Character(1) VARCHAR2(1) NOT NULL Deduction Classification
A=After-Tax
B=Before-Tax
L=QC Taxable Benefit
N=Nontaxable Benefit
P=Nontaxable Btax Benefit
T=Taxable Benefit
21 BAS_TAX_IMPACT Character(1) VARCHAR2(1) NOT NULL This field is used to indicate whether a calculated deduction includes a possible tax effect, such as imputed income from group term life or dependent life.

Y/N Table Edit

22 PAY_PERIOD1 Character(1) VARCHAR2(1) NOT NULL First Pay Period

Y/N Table Edit

23 PAY_PERIOD2 Character(1) VARCHAR2(1) NOT NULL Second Pay Period

Y/N Table Edit

24 PAY_PERIOD3 Character(1) VARCHAR2(1) NOT NULL Third Pay Period

Y/N Table Edit

25 PAY_PERIOD4 Character(1) VARCHAR2(1) NOT NULL Fourth Pay Period

Y/N Table Edit

26 PAY_PERIOD5 Character(1) VARCHAR2(1) NOT NULL Fifth Pay Period

Y/N Table Edit