sp146_job_aho_decodes
This table defines the allowed types of Access Hours Overrides for SLA jobs. If an override is open then it can be of type Add (0), Replace (1), or ReplaceAll (2). If an override is closed it is always of type Add.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
type | number(1) |  |  |
description | varchar2(20)Â | Â | Â |
KeysÂ
primary key (type)
Column Descriptions
Field | Description |
---|---|
type  | An allowed type of access hours override operation. |
description  | A brief description of the type. |