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_spec | number(4) | Â | Â |
holiday_date | date | Â | Â |
description | varchar2(30) | Â | Â |
field_id | varchar2(100) | Â | Â |
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
Field | Description |
---|---|
holiday_spec | The identifier of the holiday specification which is to include this holiday. |
holiday_date | The date on which the holiday will fall. Uses employee's Time Zone. |
description | Depreciated - A description of the public holiday. |
field_id | Key to language translations for description. |
Â
Â