OKC_CA_DOCUMENTS_T

Temp table to store documents and associated search clauses.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
SRCH_ID NUMBER Yes Id uniquely identifying each search. All the records returned by the search will have the same value.
SEARCH_TYPE VARCHAR2 8 Clause Analysis Type
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_VERSION_NUMBER NUMBER 18 Yes Denormalized from okc_article_versions.
ARTICLE_ADOPTION_TYPE VARCHAR2 30 Denormalized from okc_article_versions.
ARTICLE_ORG_NAME VARCHAR2 240 Yes From HR Organization definitions.
STD_ARTICLE_TITLE VARCHAR2 450 STD_ARTICLE_TITLE
STD_ARTICLE_VERSION_NUMBER NUMBER 18 STD_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.
CONTRACT_ID NUMBER 18 Yes CONTRACT_ID
CONTRACT_VERSION_NUM NUMBER 18 Denormalized from different documents.
CONTRACT_NUMBER VARCHAR2 240 Denormalized from different documents.
CONTRACT_STATUS VARCHAR2 240 Denormalized from different documents.
CONTRACT_STATUS_CODE VARCHAR2 240 CONTRACT_STATUS_CODE
SALESPERSON_BUYER VARCHAR2 240 Denormalized from different documents.
CUSTOMER_SUPPLIER VARCHAR2 360 Denormalized from different documents.
CUST_CONTACT_SUPP_SITE VARCHAR2 360 CUST_CONTACT_SUPP_SITE
CONTRACT_ORG_NAME VARCHAR2 240 Yes From HR Organization definitions.
TRANSACTION_DATE DATE Denormalized from different documents.
START_DATE DATE Denormalized from different documents.
END_DATE DATE Denormalized from different documents.
CONTRACT_AMOUNT NUMBER Denormalized from different documents.
CURRENCY_CODE VARCHAR2 15 Denormalized from different documents.
CONTRACT_TEMPLATE VARCHAR2 240 From Template Usages.
CONTRACT_TYPE VARCHAR2 150 Yes CONTRACT_TYPE
CONTRACT_FLAG VARCHAR2 1 Will indicate if generated as Alternate or Adoption or Versions (depending upon the user's selection in the Search by Specific Clauses Page)
CONTRACT_NAME_TITLE VARCHAR2 450 CONTRACT_NAME_TITLE
CONTRACT_TYPE_CODE VARCHAR2 50 CONTRACT_TYPE_CODE
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.