BAS_CMP_DEFN(SQL Table) |
Index Back |
---|---|
Plan Compare Definition Config |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BAS_CMP_DEFN_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Determines if the definition is for a compare section or attribute
A=Attribute S=Section |
2 | BAS_CMP_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. |
3 | BAS_CMP_DEFN_ID | Character(5) | VARCHAR2(5) NOT NULL | Compare Definition ID |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | BAS_CMP_DEFN_NAME | Character(30) | VARCHAR2(30) NOT NULL | Definition Name |
6 | BAS_CMP_DEFN_DESCR | Long Character | CLOB | Definition Description |
7 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL | This Y/ N field is used to identify which rows in a table are considered SYSTEM DATA. |