BAS_EVT_RLS_LNG(SQL Table) |
Index Back |
---|---|
BenAdmin Event RulesBAS_EVT_RLS_LNG is the language record related to BAS_EVENT_RULES. BAS_EVENT_RULES is a record that allows you to establish an ID for a set of event rules as defined on the BAS_EVENT_CLASS record. The record defines the effective date, and description for an event rules ID. This table is used during Benefit Administration processing. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EVENT_RULES_ID | Character(4) | VARCHAR2(4) NOT NULL | Event Rules ID |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |