|
This entity would hold a record of the position that is available in the company. This entity would serve as a look up table. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
||
|
Reference |
||
|
Reference |
||
|
Reference |
||
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows the identity of the employee's position. This holds the primary key for the PositionCode table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(80) |
|
Mandatory |
No |
|
Shows the description of the employee's position. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if it is a key position in the company, in a form of a checkbox. |
|
|
|