OKC_ARTICLES_ALL

This table stores all the clauses that are used for an organization. This includes the standard clauses that exist in the clause library as well as the non-standard clauses that are specific to a contract document. This table replaces the OKC_STD_ARTICLES_B/_TL used in releases prior to 11.5.10.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_ARTICLES_ALL_PK

ARTICLE_ID

Columns

Name Datatype Length Precision Not-null Comments
ARTICLE_ID NUMBER 18 Yes System generated Primary Key.
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.
ARTICLE_TITLE VARCHAR2 450 Yes The Title for the clause. This is unique for a given operating unit.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
ARTICLE_NUMBER VARCHAR2 240 Clause Number - could be manually entered e.g. 55533.1 or generated using document sequence auto-numbering.
STANDARD_YN VARCHAR2 1 Yes Yes/No flag to indicate whether the clause is standard or non-standard.
ARTICLE_INTENT VARCHAR2 1 Yes This is the Clause Intent i.e. Buy or Sell. Foreign Key to FND_LOOKUPS of lookup_type OKC_ARTICLE_INTENT.
ARTICLE_LANGUAGE VARCHAR2 4 Yes The language of the Clause. Foreign Key to FND_LANGUAGES (Base or Installed).
ARTICLE_TYPE VARCHAR2 30 This is the Clause Type. Based on the FND_LOOKUPS with lookup_type of OKC_SUBJECT.
ORIG_SYSTEM_REFERENCE_CODE VARCHAR2 30 This column is used to preserve the code for the migrated system.
ORIG_SYSTEM_REFERENCE_ID1 VARCHAR2 100 This column is used to preserve the identifier1 for the migrated system.
ORIG_SYSTEM_REFERENCE_ID2 VARCHAR2 100 This column is used to preserve the identifier2 for the migrated system.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request

Foreign Keys

Table Foreign Table Foreign Key Column
okc_folder_contents okc_articles_all MEMBER_ID
okc_tmpl_draft_clauses okc_articles_all ARTICLE_ID
okc_article_versions okc_articles_all ARTICLE_ID
okc_article_relatns_all okc_articles_all TARGET_ARTICLE_ID
okc_k_articles_b okc_articles_all REF_ARTICLE_ID
okc_k_articles_b_h okc_articles_all REF_ARTICLE_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_ARTICLES_ALL_N1 Non Unique Default ARTICLE_NUMBER
OKC_ARTICLES_ALL_N2 Non Unique Default ORIG_SYSTEM_REFERENCE_CODE, ORIG_SYSTEM_REFERENCE_ID1, ORIG_SYSTEM_REFERENCE_ID2
OKC_ARTICLES_ALL_N3 Non Unique Default ARTICLE_TITLE, ORG_ID
OKC_ARTICLES_ALL_N4 Non Unique Default UPPER("ARTICLE_TITLE")
OKC_ARTICLES_ALL_N5 Non Unique Default ARTICLE_LANGUAGE
OKC_ARTICLES_ALL_N6 Non Unique Default UPPER("ARTICLE_NUMBER")
OKC_ARTICLES_ALL_U1 Unique Default ARTICLE_ID