[Home] [Help]
[Dependency Information]
Object Name: | OKS_ACTION_TIME_TYPES |
---|---|
Object Type: | TABLE |
Owner: | OKS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
OKS_ACTION_TIME_TYPES table is populated by coverage form. Currently, ACTION_TYPE_CODE column is populated with 'RCN' for reaction times and 'RSN' for resolution times.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKS_ACTION_TIME_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKS_ACTION_TIME_TYPES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKS_ACTION_TIME_TYPES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Unique Identifier for records in OKS_ACTION_TIME_TYPES | |
CLE_ID | NUMBER | Unique Identifier for Contract Line. Specifies the Contract Line to which this Action Time Types applies. Contract Line is a Reaction and Resolution type (LSE_ID is either 4, 16, or 19). (References OKC_K_LINES_B.ID) | ||
DNZ_CHR_ID | NUMBER | Unique Identifier for Contract Header, denormalized for efficiency. | ||
ACTION_TYPE_CODE | VARCHAR2 | (30) | Action Time types for Reaction or resolution times entered for a business process. Valid values are �RCN� (Reaction), �RSN� (Resolution). | |
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 | (15) | Yes | ID of the user who created the record |
CREATION_DATE | DATE | Yes | Date the record was created | |
LAST_UPDATED_BY | NUMBER | (15) | 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 | (15) | 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
, DNZ_CHR_ID
, ACTION_TYPE_CODE
, 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_ACTION_TIME_TYPES;
OKS.OKS_ACTION_TIME_TYPES does not reference any database object
OKS.OKS_ACTION_TIME_TYPES is referenced by following:
|
|
|