Table to store translatable name of a work pattern.
Module: Global Human Resources
LANGUAGE, WORK_PATTERN_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| WORK_PATTERN_ID | NUMBER | 38 | 0 | True | Unique identifier for a work pattern in base table. | ||
| LANGUAGE | VARCHAR2 | 16 | True | Language code of translation. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 512 | This column is for Oracle Internal use only. Unique source record identifier for the work pattern translation row. | ||||
| ENTERPRISE_ID | NUMBER | 38 | 0 | Enterprise identifier. | |||
| WORK_PATTERN_NAME | VARCHAR2 | 256 | Name provided to identify the work pattern. |
Copyright © 2019, 2026, Oracle and/or its affiliates.