Document toolboxDocument toolbox

sp107_holidays

This table contains details of the dates and names of public holidays for each named set of holidays.


 

Table Definition

Field
Type
Default
Nullable
holiday_specnumber(4)  (error)
holiday_datedate  (error)
descriptionvarchar2(30)  (error)
field_idvarchar2(100)  (error)

Keys 

primary key (holiday_spec, holiday_date) 
foreign key (holiday_spec) references sp106_holiday_specifications (holiday_spec) 
foreign key (field_id) references sp900_language_translation (field_id)

Column Descriptions

FieldDescription
holiday_specThe identifier of the holiday specification which is to include this holiday.
holiday_dateThe date on which the holiday will fall. Uses employee's Time Zone.
descriptionDepreciated - A description of the public holiday.
field_idKey to language translations for description.

 

Â