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


VIEW: APPS.OKS_ACTION_TIME_TYPES_HV

Object Details
Object Name: OKS_ACTION_TIME_TYPES_HV
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

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

Unique Identifier for Contract Line.
DNZ_CHR_ID NUMBER

Unique Identifier for Contract Header, denomalized for efficiency.
ACTION_TYPE_CODE VARCHAR2 (30)
SECURITY_GROUP_ID NUMBER

Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete.
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 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.
MAJOR_VERSION NUMBER
Yes Tracks the primary version number of a contract.
Query Text

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


SELECT ROW_ID
,      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
,      MAJOR_VERSION
FROM APPS.OKS_ACTION_TIME_TYPES_HV;

Dependencies

[top of page]

APPS.OKS_ACTION_TIME_TYPES_HV references the following:

SchemaAPPS
SynonymOKS_ACTION_TIME_TYPES_H

APPS.OKS_ACTION_TIME_TYPES_HV is not referenced by any database object