[Home] [Help]
[Dependency Information]
Object Name: | OKC_ARTICLE_RELATNS_ALL |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_ARTICLE_RELATNS_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
OKC_ARTICLE_RELATNS_ALL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOURCE_ARTICLE_ID | NUMBER | Yes | This references one of the two related clauses. Foreign Key to OKC_ARTICLES_ALL. | |
TARGET_ARTICLE_ID | NUMBER | Yes | This references one of the two related clauses. Foreign Key to OKC_ARTICLES_ALL. | |
ORG_ID | NUMBER | Yes | The operating unit in which the clause relationship is defined | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. | |
RELATIONSHIP_TYPE | VARCHAR2 | (30) | Yes | Relationship Type between two clauses. Based on FND_LOOKUPS e.g. INCOMPATIBLE - Incompatible Clauses, ALTERNATE - Alternate Clauses. |
CREATED_BY | NUMBER | Yes | Standard Who column. | |
CREATION_DATE | DATE | 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. |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_ARTICLE_ID
, TARGET_ARTICLE_ID
, ORG_ID
, OBJECT_VERSION_NUMBER
, RELATIONSHIP_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OKC.OKC_ARTICLE_RELATNS_ALL;
OKC.OKC_ARTICLE_RELATNS_ALL does not reference any database object
OKC.OKC_ARTICLE_RELATNS_ALL is referenced by following:
|
|
|