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


VIEW: APPS.OKC_GOVERNANCES_HV

Object Details
Object Name: OKC_GOVERNANCES_HV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_GOVERNANCES_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_GOVERNANCES.


[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.
DNZ_CHR_ID NUMBER
Yes Contract ID. Denormalized for performance.
ISA_AGREEMENT_ID NUMBER

Refers back to an agreement on a contract.
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.
CHR_ID NUMBER

Foreign key to OKC_K_HEADERS_B.
CLE_ID NUMBER

Foreign key to OKC_K_LINES_B.
CHR_ID_REFERRED NUMBER

Surrogate key used for primary unique identifiers.
CLE_ID_REFERRED NUMBER

Surrogate key used for primary unique identifiers.
COPIED_ONLY_YN VARCHAR2 (3) Yes Yes/No field denoting if the Governance has been copied.
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
,      DNZ_CHR_ID
,      ISA_AGREEMENT_ID
,      OBJECT_VERSION_NUMBER
,      CHR_ID
,      CLE_ID
,      CHR_ID_REFERRED
,      CLE_ID_REFERRED
,      COPIED_ONLY_YN
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_GOVERNANCES_HV;

Dependencies

[top of page]

APPS.OKC_GOVERNANCES_HV references the following:

SchemaAPPS
SynonymOKC_GOVERNANCES_H
APPS.OKC_GOVERNANCES_HV is referenced by following:

SchemaAPPS
Package BodyOKC_COPY_CONTRACT_PVT - show dependent code