sp291_employee_types
This table provides a list of the permitted values for column sp210_employees.type.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
type | number(1)Â | Â | Â |
description | varchar2(40)Â | Â | Â |
field_id | varchar2(100)Â | Â | Â |
Keys
primary key (type)Â
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
type  | Permitted sp210_employees.type value. |
description | Deprecated - Employee type description. |
field_id | Key to language translations for description. |