BAS_PAR_OPTN_VW(SQL View) |
Index Back |
|---|---|
BAS Partic Inquiry- OptionBAS_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 ,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 |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | Schedule ID | |
| 2 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 3 | 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 | Number(6,0) | INTEGER NOT NULL | Event Identification | |
| 5 | Character(2) | VARCHAR2(2) NOT NULL | Display Plan-type Sequence | |
| 6 | Number(3,0) | SMALLINT NOT NULL | Display Option Sequence | |
| 7 | OPTION_ID | Number(4,0) | SMALLINT NOT NULL | Option ID |
| 8 | OPTION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Option Type
D=General Deduction G=General Credit O=Option P=Program W=Waive Option |
| 9 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
| 10 | COVRG_CD | Character(2) | VARCHAR2(2) NOT NULL |
Coverage Code
Prompt Table: COVRG_CD_TBL |
| 11 | OPTION_CD | Character(3) | VARCHAR2(3) NOT NULL | Option Code |
| 12 | OPTION_LVL | Number(2,0) | SMALLINT NOT NULL | Option Level |
| 13 | 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 |
| 14 | PROOF_REQ_IND | Character(1) | VARCHAR2(1) NOT NULL |
Proof Required
Y/N Table Edit |
| 15 | HISTORY_ONLY | Character(1) | VARCHAR2(1) NOT NULL |
History Only
Y/N Table Edit |
| 16 | CALCULATED_BASE | Number(11,2) | DECIMAL(10,2) NOT NULL | Coverage Base |
| 17 | PREMIUM_BASE | Number(11,2) | DECIMAL(10,2) NOT NULL | Premium Base |
| 18 | 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 |
| 19 | 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 |
| 20 | PAY_PERIOD1 | Character(1) | VARCHAR2(1) NOT NULL |
First Pay Period
Y/N Table Edit |
| 21 | PAY_PERIOD2 | Character(1) | VARCHAR2(1) NOT NULL |
Second Pay Period
Y/N Table Edit |
| 22 | PAY_PERIOD3 | Character(1) | VARCHAR2(1) NOT NULL |
Third Pay Period
Y/N Table Edit |
| 23 | PAY_PERIOD4 | Character(1) | VARCHAR2(1) NOT NULL |
Fourth Pay Period
Y/N Table Edit |
| 24 | PAY_PERIOD5 | Character(1) | VARCHAR2(1) NOT NULL |
Fifth Pay Period
Y/N Table Edit |