[Home] [Help]
[Dependency Information]
| Object Name: | OKC_RESOLVED_TIMEVALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_RESOLVED_TIMEVALUES
|
| Subobject Name: | |
| Status: | VALID |
Instantiates a TIMEVALUE definition as an absolute trackable date Created by
a) EVENT DEF OCCUR
b) a polling job which decides it's time to instantiate a generic TIMEVALUE
c) recording of an absolute TIMEVALUE for a RULE of subtype "schedule"
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_RESOLVED_TIMEVALUES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| OKC_RESOLVED_TIMEVALUES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TVE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | System generated Unique Identifier. | |
| TVE_ID | NUMBER | Yes | Foreign key to OKC_TIMEVALUES. | |
| COE_ID | NUMBER | Foreign key to OKC_CONDITION_OCCURS. | ||
| DATETIME | DATE | Yes | Date/Time field. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| CREATION_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, TVE_ID
, COE_ID
, DATETIME
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKC.OKC_RESOLVED_TIMEVALUES;
OKC.OKC_RESOLVED_TIMEVALUES does not reference any database object
OKC.OKC_RESOLVED_TIMEVALUES is referenced by following:
APPS
OKC_RESOLVED_TIMEVALUES
|
|
|
|