[Home] [Help]
[Dependency Information]
Object Name: | OKS_COVERAGE_TIMEZONES |
---|---|
Object Type: | TABLE |
Owner: | OKS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
OKS_COVERAGE_TIMEZONES table is populated by coverage form. This table stores the time zone records associated to a business process in coverage. DEFAULT_YN flag indicates whether it is a Default time zone for the business process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKS_COVERAGE_TIMEZONES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKS_COVERAGE_TIMEZONES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKS_COVERAGE_TIMEZONES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Unique Identifier for records in OKS_COVERAGE_TIMEZONES | |
CLE_ID | NUMBER | Unique Identifier for Contract Line. Specifies the Contract Line to which this Time zone applies. Contract Line is a Business Process line (LSE_ID is either 3, 21,57). (References OKC_K_LINES_B.ID) | ||
DEFAULT_YN | VARCHAR2 | (1) | Flag to indicate if the time zone is the Default time zone for the business process. Valid values are �Y� or �N�. If the value is �Y�, this time zone will be the default time zone for the business process and corresponding coverage times will be used to derive �React By� and �Response By� date and time for the time zones not entered for the business process. If the value is �N�, the corresponding coverage times will be used to derive �React By� and �Response By� date and time for that time zones only. | |
TIMEZONE_ID | NUMBER | Unique Identifier for time zones. (References HZ_TIMEZONES B.TIMEZONE_ID) | ||
DNZ_CHR_ID | NUMBER | Unique Identifier for Contract Header, denormalized for efficiency. | ||
SECURITY_GROUP_ID | NUMBER | Now obsolete. Used to create a Virtual Private Database which was originally designed to be used by Hosting services. | ||
PROGRAM_APPLICATION_ID | NUMBER | With PROGRAM_ID, keeps track of which concurrent program created or updated each row | ||
PROGRAM_ID | NUMBER | With PROGRAM_APPLICATION_ID, keeps track of which concurrent program created or updated each row | ||
PROGRAM_UPDATE_DATE | DATE | Date the concurrent program updated the record | ||
REQUEST_ID | NUMBER | Unique Identifier of a concurrent request | ||
CREATED_BY | NUMBER | Yes | ID of the user who created the record | |
CREATION_DATE | DATE | Yes | Date the record was created | |
LAST_UPDATED_BY | NUMBER | Yes | ID of the last user who updated the record | |
LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated | |
LAST_UPDATE_LOGIN | NUMBER | OS ID of the user who last updated the record | ||
OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. | |
ORIG_SYSTEM_ID1 | NUMBER | Identifier of the source system | ||
ORIG_SYSTEM_REFERENCE1 | VARCHAR2 | (30) | Unique identifier in the source system | |
ORIG_SYSTEM_SOURCE_CODE | VARCHAR2 | (30) | Unique identifier in the source system |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CLE_ID
, DEFAULT_YN
, TIMEZONE_ID
, DNZ_CHR_ID
, SECURITY_GROUP_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ORIG_SYSTEM_ID1
, ORIG_SYSTEM_REFERENCE1
, ORIG_SYSTEM_SOURCE_CODE
FROM OKS.OKS_COVERAGE_TIMEZONES;
OKS.OKS_COVERAGE_TIMEZONES does not reference any database object
OKS.OKS_COVERAGE_TIMEZONES is referenced by following:
|
|
|