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


VIEW: APPS.OKS_INSTANCE_HISTORY_V

Object Details
Object Name: OKS_INSTANCE_HISTORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_INSTANCE_HISTORY_V
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ID NUMBER
Yes
INSTANCE_ID NUMBER

TRANSACTION_TYPE VARCHAR2 (40)
TRANSACTION_DATE DATE

REFERENCE_NUMBER VARCHAR2 (30)
PARAMETERS VARCHAR2 (2000)
CREATED_BY NUMBER (15) Yes ID of the user whom 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.
SECURITY_GROUP_ID NUMBER

Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete.
Query Text

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


SELECT ROW_ID
,      ID
,      INSTANCE_ID
,      TRANSACTION_TYPE
,      TRANSACTION_DATE
,      REFERENCE_NUMBER
,      PARAMETERS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM APPS.OKS_INSTANCE_HISTORY_V;

Dependencies

[top of page]

APPS.OKS_INSTANCE_HISTORY_V references the following:

SchemaAPPS
SynonymOKS_INSTANCE_HISTORY
APPS.OKS_INSTANCE_HISTORY_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKS_INS_PVT - show dependent code
Package BodyOKS_INS_PVT - show dependent code