BAS_ELIG_DBG(SQL Table) |
Index Back |
---|---|
Eligibility DebuggingBAS_ELIG_DBG and it's child, BAS_ELIG_DBGFLD, hold the results of eligiiblity tests peformed by the Ben Admin batch process. BAS_ELIG_DBG identifies the employee and the rule being tested. |
# | 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 | ELIG_RULES_ID | Character(4) | VARCHAR2(4) NOT NULL | Eligibility Rules ID |
4 | RULE_OR_GEOG | Character(1) | VARCHAR2(1) NOT NULL |
Rule or Geographic Eligibility
G=Geographic Location Table R=Eligibility Rule |
5 | OPTION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Option Type
D=General Deduction G=General Credit O=Option P=Program W=Waive Option |
6 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Defines a collection of benefit plans and their associated rate and calculation rules. |
7 | SCHED_ID | Character(6) | VARCHAR2(6) NOT NULL | Schedule ID |
8 | EVENT_ID | Number(6,0) | INTEGER NOT NULL | Event Identification |
9 | EVENT_DT | Date(10) | DATE | Event Date |
10 | EFFDT_RULE | Date(10) | DATE | Rule Effective Date |
11 | PROCESS_DT | Date(10) | DATE | Process Date |
12 | ELIG_FLG_TEST | Character(2) | VARCHAR2(2) NOT NULL |
Eligible or Ineligible
E=Eligible EO=Eligible - Override I=Ineligible IO=Ineligible - Override IS=Included in Sum NE=Not Evaluated NL=Not in List |