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


TABLE: OKE.OKE_K_STANDARD_NOTES_TLH

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


OKE_K_STANDARD_NOTES_TLH stores the translated history data of standard notes entered against a particular contract or line.
This is the history table that stores the data associated with each version.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_K_STD_NOTES_TLH_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTANDARD_NOTES_ID
ColumnLANGUAGE
ColumnMAJOR_VERSION
Columns
Name Datatype Length Mandatory Comments
STANDARD_NOTES_ID NUMBER
Yes Contract standard notes unique identifier
LANGUAGE VARCHAR2 (4) Yes Language code of current data
MAJOR_VERSION NUMBER (4) Yes Major version number of contract document
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
SOURCE_LANG VARCHAR2 (4) Yes Source language code of current data
SFWT_FLAG VARCHAR2 (3) Yes Multi-lingual indicator (not currently used)
DESCRIPTION VARCHAR2 (240)
Description of standard notes
NAME VARCHAR2 (30)
User-entered contract standard notes name
TEXT VARCHAR2 (2000)
Contract standard notes text
Query Text

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


SELECT STANDARD_NOTES_ID
,      LANGUAGE
,      MAJOR_VERSION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      SFWT_FLAG
,      DESCRIPTION
,      NAME
,      TEXT
FROM OKE.OKE_K_STANDARD_NOTES_TLH;

Dependencies

[top of page]

OKE.OKE_K_STANDARD_NOTES_TLH does not reference any database object

OKE.OKE_K_STANDARD_NOTES_TLH is referenced by following:

SchemaOKE
ViewOKE_K_STANDARD_NOTES_TLH#