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


TABLE: OKC.OKC_ARTICLE_TRANS

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


The information in an Article (OKC_K_ARTICLES_B), which is free format text may be translated into a Rule (OKC_RULES_B), which is structured data or into a Contract Line (OKC_K_LINES_B), generally a deliverable of the contract.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ARTICLE_TRANS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKC_ARTICLE_TRANS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCAT_ID
ColumnCLE_ID
OKC_ARTICLE_TRANS_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCAT_ID
ColumnRUL_ID
OKC_ARTICLE_TRANS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDNZ_CHR_ID
OKC_ARTICLE_TRANS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRUL_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
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
DNZ_CHR_ID NUMBER
Yes Identifier of the contract to which this record belongs. This is populated for all records since the article can be associated with a contract at the level of a line or the header
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
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKC.OKC_ARTICLE_TRANS;

Dependencies

[top of page]

OKC.OKC_ARTICLE_TRANS does not reference any database object

OKC.OKC_ARTICLE_TRANS is referenced by following:

SchemaAPPS
SynonymOKC_ARTICLE_TRANS