BAS_EVT_CLASS(SQL Table) |
Index Back |
---|---|
BAS Event Class TableUse BAS_EVT_CLASS to define Benefits Administration Event Classifications. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EVENT_CLASS | Character(3) | VARCHAR2(3) NOT NULL | Event Classification |
2 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | EVENT_CLASS_USE | Character(1) | VARCHAR2(1) NOT NULL |
BAS Event Class Usage
D=Default Event Class N=Snapshot Event Class O=Open Enrollment Event Class S=Specific Event Class Default Value: S |
6 | EVENT_PRIORITY | Number(3,0) | SMALLINT NOT NULL | Event Priority |
7 | MANUAL_EVT_ALLOWED | Character(1) | VARCHAR2(1) NOT NULL |
Manual Events Allowed
Y/N Table Edit Default Value: N |
8 | ALLOW_SELF_SERVICE | Character(1) | VARCHAR2(1) NOT NULL |
Available through Self Service
N=No Self Service X=Event Created Prior to HRMS7.5 Y=Self Service Allowed Y/N Table Edit Default Value: N |
9 | BAS_SUPPRESS_FORMS | Character(1) | VARCHAR2(1) NOT NULL |
This field indicates whether or not enrollment and/or confirmation forms should be printed or suppressed for an event. This flag can be set at the event rule level or at the employee/event level.
B=Print Both Forms C=Print Confirmation Forms Only E=Print Enrollment Forms Only S=Suppress Print of Both Forms Default Value: B |
10 | BAS_ENR_FORMS_DAYS | Number(3,0) | SMALLINT NOT NULL | This field indicates how many days prior to an event an enrollment form should be printed. |