Document toolboxDocument toolbox

14.1 sp230_ext_data

This table stores the actual value (or mapping to employee attribute) for data required by external systems pertaining to individual employees.


 

Table Definition

Field
Type
Default
Nullable
employee_nonumber(9) (error)
external_data_typenumber(9)   (error)
sp_emp_attribute_typenumber(2) (error)
valuevarchar2(50) (tick)
last_updatedate (error)

Keys 

primary key (employee_no, external_data_type) 
foreign key (employee_no) references sp210_employees(employee_no)

Column Descriptions

FieldDescription
employee_noThe identifier of the employee to whom this data relates. 
external_data_typeThe identifier of the data type related to the external system. 
sp_emp_attribute_typeDenotes whether this data item is mapped to an attribute of the ServiceScheduling employee data and, if so, which attribute.
valueIf sp_emp_attribute_type = 0 this is the actual value supplied for the external system data item. If sp_emp_attribute_type is not 0 this field should be null.
last_updateThe date and time at which this data was last updated (Uses the time zone of the DBMS server machine).