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


TABLE: OKE.OKE_VERSION_COMPARE_RESULTS

Object Details
Object Name: OKE_VERSION_COMPARE_RESULTS
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.OKE_VERSION_COMPARE_RESULTS
Subobject Name:
Status: VALID


Version Compare Results table stores the data after each version comparison. The table keeps the information if there is any difference between two versions being compared. The comparison results are displayed in the sequence of Headers, Lines, Sub-lines and Deliverables, Terms and Conditions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_VERS_COMPARE_RESULTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnK_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
K_HEADER_ID NUMBER
Yes ID of the contract compared
VERSION1 NUMBER
Yes First version number of the contract
VERSION2 NUMBER
Yes Second version number of contract
OBJECT_TYPE VARCHAR2 (150) Yes Type of object
OBJECT_NAME VARCHAR2 (4000)
Display name of object
OBJECT_ID NUMBER

ID of the object
SEQUENCE NUMBER
Yes Sequence number of display
PROMPT VARCHAR2 (250)
The prompt to display
V1DATA VARCHAR2 (4000)
Data in the first version
V2DATA VARCHAR2 (4000)
Data in the second version
CURRENT_FLAG VARCHAR2 (1)
'Y' if version comparison involves a current version.
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT K_HEADER_ID
,      VERSION1
,      VERSION2
,      OBJECT_TYPE
,      OBJECT_NAME
,      OBJECT_ID
,      SEQUENCE
,      PROMPT
,      V1DATA
,      V2DATA
,      CURRENT_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_BY
,      LAST_UPDATE_LOGIN
FROM OKE.OKE_VERSION_COMPARE_RESULTS;

Dependencies

[top of page]

OKE.OKE_VERSION_COMPARE_RESULTS does not reference any database object

OKE.OKE_VERSION_COMPARE_RESULTS is referenced by following:

SchemaOKE
ViewOKE_VERSION_COMPARE_RESULTS#