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


VIEW: APPS.OKC_K_ACCESSES_HV

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

View Type

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


History view for OKC_K_ACCESSES.


[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.
MAJOR_VERSION NUMBER (4) Yes The version of the contract for this history record.
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.
GROUP_ID NUMBER

Surrogate key used for primary unique identifiers.
CHR_ID NUMBER
Yes Foreign key to OKC_K_HEADERS_B.
RESOURCE_ID NUMBER

Resource ID.
ACCESS_LEVEL VARCHAR2 (3) Yes Specifies access to contract level.
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
,      MAJOR_VERSION
,      OBJECT_VERSION_NUMBER
,      GROUP_ID
,      CHR_ID
,      RESOURCE_ID
,      ACCESS_LEVEL
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_K_ACCESSES_HV;

Dependencies

[top of page]

APPS.OKC_K_ACCESSES_HV references the following:

SchemaAPPS
SynonymOKC_K_ACCESSES_H

APPS.OKC_K_ACCESSES_HV is not referenced by any database object