[Home] [Help]
[Dependency Information]
Object Name: | OKC_ARTICLE_TRANS |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_ARTICLE_TRANS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKC_ARTICLE_TRANS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
OKC_ARTICLE_TRANS_U3 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
OKC_ARTICLE_TRANS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_ARTICLE_TRANS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
OKC.OKC_ARTICLE_TRANS does not reference any database object
OKC.OKC_ARTICLE_TRANS is referenced by following:
|
|
|