ACCDT_INS_HAZ(SQL Table) |
Index Back |
---|---|
GER - Accident_Ins Hazard TblUse ACCDT_INS_TBL to store the Accident Insurance info to use as an edit table for Company and Dept tables in your database. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACCIDENT_INS | Character(15) | VARCHAR2(15) NOT NULL |
Accident Insurance
Prompt Table: ACCDT_INS_TBL |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | HAZARD | Character(8) | VARCHAR2(8) NOT NULL | Hazard |
4 | HRDE_AI_FROM_DT | Date(10) | DATE | Accident Insurance Valid From Date. |
5 | HRDE_AI_TO_DT | Date(10) | DATE | Accident Insurance Valid To Date. |
6 | ACCDT_HAZ_CLS | Number(6,2) | DECIMAL(5,2) NOT NULL | Accident Ins. Hazard class |
7 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
8 | DESCRLONG | Long Character | CLOB | Long Description |