DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKC_RESOLVED_TIMEVALUES_V

Object Details
Object Name: OKC_RESOLVED_TIMEVALUES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_RESOLVED_TIMEVALUES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


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"


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
The address of the row in the database
ID NUMBER
Yes Primary key column.
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.
TVE_ID NUMBER
Yes Foreign key to OKC_TIMEVALUES.
COE_ID NUMBER

Foreign key to OKC_CONDITION_OCCURS.
DATETIME DATE
Yes Resolved timevalue date/time.
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      TVE_ID
,      COE_ID
,      DATETIME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_RESOLVED_TIMEVALUES_V;

Dependencies

[top of page]

APPS.OKC_RESOLVED_TIMEVALUES_V references the following:

SchemaAPPS
SynonymOKC_RESOLVED_TIMEVALUES
APPS.OKC_RESOLVED_TIMEVALUES_V is referenced by following:

SchemaAPPS
Package BodyOKC_QUERY - show dependent code
Package BodyOKC_RTV_PVT - show dependent code
PL/SQL PackageOKC_RTV_PVT - show dependent code