OKC_CA_ART_VERSIONS_T

A temporary table that stores the results of clause usage analysis.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
ARTICLE_SRCH_ID NUMBER 18 Yes Id uniquely identifying each set of specific clauses selected by the user.
CA_ARTICLE_ID NUMBER 18 CA_ARTICLE_ID
ARTICLE_ID NUMBER 18 Yes Article Id of the clause.
ARTICLE_VERSION_ID NUMBER 18 Yes Version Id of the clause.
ARTICLE_ORG_ID NUMBER 18 Yes Derived from okc_article_adoptions.local_org_id for adoptions or okc_articles_all.org_id for the rest.
ARTICLE_TITLE VARCHAR2 450 Yes Denormalized from okc_articles_all
ARTICLE_TYPE VARCHAR2 30 Yes Denormalized from okc_articles_all
ARTICLE_STANDARD_YN VARCHAR2 1 Yes Denormalized from okc_articles_all
ARTICLE_FLAG VARCHAR2 1 Yes Indicates whether article has been selected by the user or added later as alternate, adopted etc.U:user, O:other.
ARTICLE_VERSION_NUMBER NUMBER 18 Yes Denormalized from okc_article_versions
ARTICLE_ADOPTION_TYPE VARCHAR2 30 Yes Denormalized from okc_article_versions
ARTICLE_ORG_NAME VARCHAR2 240 Yes Denomalized from HR Organization definitions
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STD_ARTICLE_TITLE VARCHAR2 450 Standard article title
STD_ARTICLE_VERSION_NUMBER NUMBER 18 Standard article version number
STD_ARTICLE_VERSION_ID NUMBER 18 Standard article version id
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.