BAS_ENR_PLAN(SQL Table) |
Index Back |
---|---|
BAS Enr RunCtl-PlansBAS_ENR_PLAN is a record used by the Benefits Administration Enroll/COBOL program. This is a child record of the run control record, BAS_ENR_RUNCTL. It lists the benefit programs and plan types for Open Enrollment option reprocessing. Update this record on-line with the Benefits Administration Run Control panel. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL |
Defines a collection of benefit plans and their associated rate and calculation rules.
Prompt Table: BAS_ENR_PLAN_V1 |
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.
Prompt Table: BAS_ENR_PLAN_V2 |