BN_SNAP_TMP1(SQL Table) |
Index Back |
---|---|
Snapshot Work TableBN_SNAP_TMP1 is a temporary table populated during the course of the Enrollment Reporting Snapshot process. This table is populated with BN_SNAP_PLAN entries while processing psitive terminations of coverage, as well as implied terminations of coverage. We are required to have this table in order to avoid DB2 restrictions involving insertions to a table referenced in a subquery. . |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | 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. |
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 | DEPENDENT_BENEF | Character(2) | VARCHAR2(2) NOT NULL |
Dependent Benefit
01=default |
5 | 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. |
6 | EFFDT | Date(10) | DATE | Effective Date |
7 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
8 | COVERAGE_ELECT | Character(1) | VARCHAR2(1) NOT NULL |
Coverage Election
E=Elect T=Terminate W=Waive |
9 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
10 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
11 | GROUP_NBR | Character(30) | VARCHAR2(30) NOT NULL | Group Number |
12 | COVRG_CD | Character(2) | VARCHAR2(2) NOT NULL |
Coverage Code
Prompt Table: COVRG_CD_TBL |
13 | COVERAGE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to define the coverage level.
1=Plan Level 2=Employee Level |
14 | BN_FORMULA_ID | Character(10) | VARCHAR2(10) NOT NULL | This field is key for defining the formula and formula can be uniquely identified by this field. |
15 | ENROLLE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
The Field is used to determine the insuerd person type.
1=Coverage Employee 2=Coverage Dependents |
16 | SUM_DEP_COVG | Character(1) | VARCHAR2(1) NOT NULL | This Field determines the if need to sum the dependent coverage amount or not. |
17 | COVERAGE_BEGIN_DT | Date(10) | DATE | Coverage Begin Date |
18 | COVERAGE_ELECT_DT | Date(10) | DATE | Coverage Elect Date |
19 | DEDUCTION_BEGIN_DT | Date(10) | DATE | Deduction Begin Date |