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


TABLE: OKC.OKC_ARTICLE_TRANS_H

Object Details
Object Name: OKC_ARTICLE_TRANS_H
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_ARTICLE_TRANS_H
Subobject Name:
Status: VALID


History Table for table OKC_ARTICLE_TRANSLATIONS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ARTICLE_TRANS_H_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
ColumnMAJOR_VERSION
OKC_ARTICLE_TRANS_H_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDNZ_CHR_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column.
CAT_ID NUMBER
Yes Identifier of the article to which this record belongs
RUL_ID NUMBER

Identifier of the rule to which this record belongs. Foreign key to OKC_RULES_B.
CLE_ID NUMBER

Identifier of the line to which this record belong. This is populated only if the article is associated to the rule at the line level. Foreign key to OKC_K_LINES_B.
DNZ_CHR_ID NUMBER
Yes Identifier of the contract to which this record belongs. This is denormalized and populated for all records since the article can be associated with a contract at the level of a line or the header
MAJOR_VERSION NUMBER (4) Yes The version of the contract for this history record.
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.
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.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ID
,      CAT_ID
,      RUL_ID
,      CLE_ID
,      DNZ_CHR_ID
,      MAJOR_VERSION
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKC.OKC_ARTICLE_TRANS_H;

Dependencies

[top of page]

OKC.OKC_ARTICLE_TRANS_H does not reference any database object

OKC.OKC_ARTICLE_TRANS_H is referenced by following:

SchemaAPPS
SynonymOKC_ARTICLE_TRANS_H