BAS_PAR_ONDM_VW(SQL View) |
Index Back |
---|---|
BAS Partic Inq FORBAS_PAR_ONDM_VW is a view of plan types. It is used for On Demand EM. |
SELECT B.SCHED_ID ,B.EMPLID ,B.BENEFIT_RCD_NBR ,B.EVENT_ID ,B.EVENT_DT ,B.PLAN_TYPE ,B.BENEFIT_PROGRAM ,B.DISPLAY_PLN_SEQ ,B.CUR_ELECT_IND ,B.ENROLL_ACTION ,B.ELECTION_MADE ,B.OPTION_CD ,B.ELECT_ALLOWED ,A.EVENT_STATUS ,B.IGNORE_PLAN FROM PS_BAS_PARTIC A ,PS_BAS_PARTIC_PLAN B WHERE A.SCHED_ID = B.SCHED_ID AND A.EMPLID = B.EMPLID AND A.BENEFIT_RCD_NBR = B.BENEFIT_RCD_NBR AND A.EVENT_ID = B.EVENT_ID AND A.EVENT_DT = B.EVENT_DT AND B.PLAN_TYPE <>'01' AND A.EVENT_STATUS = 'O' AND B.ELECT_ALLOWED = 'Y' |
# | 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 | EVENT_DT | Date(10) | DATE | Event Date |
6 | 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. |
7 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Defines a collection of benefit plans and their associated rate and calculation rules. |
8 | DISPLAY_PLN_SEQ | Character(2) | VARCHAR2(2) NOT NULL | Display Plan-type Sequence |
9 | CUR_ELECT_IND | Character(1) | VARCHAR2(1) NOT NULL |
Current Election Indicator
F=Future N=No O=Only Y=Yes |
10 | ENROLL_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Enroll Action
E=Enroll N=None T=Terminate |
11 | ELECTION_MADE | Character(1) | VARCHAR2(1) NOT NULL |
Employee Made an Election
Y/N Table Edit |
12 | OPTION_CD | Character(3) | VARCHAR2(3) NOT NULL |
Option Code
Prompt Table: BAS_PAR_OPTN_V2 |
13 | ELECT_ALLOWED | Character(1) | VARCHAR2(1) NOT NULL | Elections Allowed |
14 | EVENT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Event Status
C=Closed to Processing D=Disconnected from Job Record O=Open for Processing V=Void |
15 | IGNORE_PLAN | Character(1) | VARCHAR2(1) NOT NULL |
Ignore Plan
C=Excess Credit Only N=No Y=Yes Y/N Table Edit |