Search Results okc_article_versions
Overview
The OKC_ARTICLE_VERSIONS table is a core data object within the Oracle E-Business Suite Contracts Core module (OKC). It serves as the central repository for managing the version history of clauses, which are referred to as "articles" within the application. Every clause attached to a business document, such as a contract or an amendment, is stored as a versioned record in this table. It distinguishes between standard clauses, which can have multiple iterative versions over time, and non-standard (ad-hoc) clauses, which are typically created with a single, immutable version. This table is fundamental to the contract authoring and compliance lifecycle, enabling precise tracking of clause changes, auditability, and ensuring the correct version of a clause is applied to a given document.
Key Information Stored
The table stores metadata and content for each unique version of a clause. While the full column list is extensive, key fields typically include a unique identifier (ARTICLE_VERSION_ID), a foreign key to the base clause definition (ARTICLE_ID from OKC_ARTICLES), and a version number (VERSION_NUMBER). It holds the substantive clause text in fields like ARTICLE_TEXT or ARTICLE_TEXT_UPDATE. Critical status and tracking columns include START_DATE and END_DATE to define the version's active period, a VERSION_STATUS (e.g., DRAFT, APPROVED, ACTIVE), and standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for audit purposes.
Common Use Cases and Queries
A primary use case is retrieving the active version of a standard clause for a given date to ensure contract integrity. For reporting and audit trails, queries often join to the OKC_ARTICLES table to list all versions of a specific clause. Support and development teams may query this table to diagnose issues with clause rendering or versioning logic.
- Find Active Version:
SELECT * FROM okc_article_versions WHERE article_id = :1 AND sysdate BETWEEN start_date AND NVL(end_date, sysdate+1); - Clause Version History:
SELECT av.version_number, av.article_text, av.version_status FROM okc_articles a, okc_article_versions av WHERE a.article_id = av.article_id AND a.article_number = 'CLAUSE_123' ORDER BY av.version_number DESC;
Related Objects
OKC_ARTICLE_VERSIONS is a central hub in the Contracts Core data model. Its primary relationship is with the OKC_ARTICLES table, where OKC_ARTICLE_VERSIONS.ARTICLE_ID is a foreign key to OKC_ARTICLES.ARTICLE_ID. This defines the parent-child relationship between a clause definition and its versions. Furthermore, the table is referenced by document line detail tables, such as OKC_K_ARTICLES_B (which likely uses ARTICLE_VERSION_ID as a foreign key), to link a specific clause version to its instance on a contract or business document. This ensures the precise text used in a signed document is preserved.
-
Table: OKC_ARTICLE_VERSIONS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_VERSIONS, object_name:OKC_ARTICLE_VERSIONS, status:VALID, product: OKC - Contracts Core , description: This table stores all the versions of a standard clause and non-standard clause created on a business document. Standard Clauses have multiple versions while the non-standard clauses are created with a single version. This table replaces th , implementation_dba_data: OKC.OKC_ARTICLE_VERSIONS ,
-
Table: OKC_ARTICLE_VERSIONS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_VERSIONS, object_name:OKC_ARTICLE_VERSIONS, status:VALID, product: OKC - Contracts Core , description: This table stores all the versions of a standard clause and non-standard clause created on a business document. Standard Clauses have multiple versions while the non-standard clauses are created as a single version. This table replaces the , implementation_dba_data: OKC.OKC_ARTICLE_VERSIONS ,
-
Table: OKC_ARTICLE_ADOPTIONS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_ADOPTIONS, object_name:OKC_ARTICLE_ADOPTIONS, status:VALID, product: OKC - Contracts Core , description: This table stores the adoption details of a global clause version in any given local operating unit. This table has rows for local operating units only. This stores rows for clause adoptions as AVAILABLE, LOCALIZED and ADOPTED. , implementation_dba_data: OKC.OKC_ARTICLE_ADOPTIONS ,
-
Table: OKC_K_ARTICLES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ARTICLES_B, object_name:OKC_K_ARTICLES_B, status:VALID, product: OKC - Contracts Core , description: OKC_K_ARTICLES holds the use of standard and non-standard ("custom", one-time use) clauses in business documents.When associated with a document header, the clause governs the entire document. When associated with a line, the clause governs , implementation_dba_data: OKC.OKC_K_ARTICLES_B ,
-
View: OKC_TERMS_ALTERNATE_ART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ALTERNATE_ART_V, object_name:OKC_TERMS_ALTERNATE_ART_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ALTERNATE_ART_V ,
-
View: OKC_TERMS_ALTERNATE_ART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ALTERNATE_ART_V, object_name:OKC_TERMS_ALTERNATE_ART_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ALTERNATE_ART_V ,
-
View: OKC_TERMS_ART_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ART_VERSIONS_V, object_name:OKC_TERMS_ART_VERSIONS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ART_VERSIONS_V ,
-
View: OKC_TERMS_ART_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ART_VERSIONS_V, object_name:OKC_TERMS_ART_VERSIONS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ART_VERSIONS_V ,
-
View: OKC_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_V, object_name:OKC_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: This View is based on tables OKC_ARTICLES_ALL and OKC_ARTICLE_VERSIONS. , implementation_dba_data: APPS.OKC_ARTICLES_V ,
-
View: OKC_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_V, object_name:OKC_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: This View is based on tables OKC_ARTICLES_ALL and OKC_ARTICLE_VERSIONS. , implementation_dba_data: APPS.OKC_ARTICLES_V ,
-
View: OKC_ARTICLES_GLOBAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_GLOBAL_V, object_name:OKC_ARTICLES_GLOBAL_V, status:VALID, product: OKC - Contracts Core , description: The View is based on tables OKC_ARTICLES_ALL and OKC_ARTICLE_VERSIONS. Intended to provide information for Searching of Standard Clauses owned by Global Organization. , implementation_dba_data: APPS.OKC_ARTICLES_GLOBAL_V ,
-
View: OKC_K_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ARTICLES_V, object_name:OKC_K_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_K_ARTICLES_V ,
-
View: OKC_TERMS_PREVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_PREVIEW_V, object_name:OKC_TERMS_PREVIEW_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_PREVIEW_V ,
-
View: OKC_K_ARTICLES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ARTICLES_HV, object_name:OKC_K_ARTICLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_ARTICLES. , implementation_dba_data: APPS.OKC_K_ARTICLES_HV ,
-
View: OKC_ARTICLES_GLOBAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_GLOBAL_V, object_name:OKC_ARTICLES_GLOBAL_V, status:VALID, product: OKC - Contracts Core , description: The View is based on tables OKC_ARTICLES_ALL and OKC_ARTICLE_VERSIONS. Intended to provide information for searching of standard clauses owned by the global operating unit. , implementation_dba_data: APPS.OKC_ARTICLES_GLOBAL_V ,
-
View: OKC_TERMS_PREVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_PREVIEW_V, object_name:OKC_TERMS_PREVIEW_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_PREVIEW_V ,
-
View: OKC_K_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ARTICLES_V, object_name:OKC_K_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_K_ARTICLES_V ,
-
View: OKC_K_ARTICLES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ARTICLES_HV, object_name:OKC_K_ARTICLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_ARTICLES. , implementation_dba_data: APPS.OKC_K_ARTICLES_HV ,
-
View: OKC_ARTICLES_LOCAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_LOCAL_V, object_name:OKC_ARTICLES_LOCAL_V, status:VALID, product: OKC - Contracts Core , description: The View based on tables OKC_ARTICLES_ALL, OKC_ARTICLE_VERSIONS and OKC_ARTICLE_ADOPTIONS. Intended to provide information for Searching of Standard Clauses owned by Local Organization. , implementation_dba_data: APPS.OKC_ARTICLES_LOCAL_V ,
-
View: OKC_ARTICLES_LOCAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ARTICLES_LOCAL_V, object_name:OKC_ARTICLES_LOCAL_V, status:VALID, product: OKC - Contracts Core , description: The View based on tables OKC_ARTICLES_ALL, OKC_ARTICLE_VERSIONS and OKC_ARTICLE_ADOPTIONS. Intended to provide information for Searching of Standard Clauses owned by local operating unit. , implementation_dba_data: APPS.OKC_ARTICLES_LOCAL_V ,
-
Table: OKC_ART_INTERFACE_ALL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INTERFACE_ALL, object_name:OKC_ART_INTERFACE_ALL, status:VALID, product: OKC - Contracts Core , description: This is the interface table for import of standard clauses from external systems. All valid data in this table will be imported to OKC_ARTICLES_ALL, OKC_ARTICLE_VERSIONS and OKC_ARTICLE_ADOPTIONS by the Clause Import Concurrent program. The , implementation_dba_data: OKC.OKC_ART_INTERFACE_ALL ,
-
View: OKC_SECTIONED_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTIONED_ARTICLES_V, object_name:OKC_SECTIONED_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Used to get articles text from CLOBs , implementation_dba_data: APPS.OKC_SECTIONED_ARTICLES_V ,
-
View: OKC_SECTIONED_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTIONED_ARTICLES_V, object_name:OKC_SECTIONED_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Used to get articles text from CLOBs , implementation_dba_data: APPS.OKC_SECTIONED_ARTICLES_V ,
-
Table: OKC_ARTICLE_VARIABLES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_VARIABLES, object_name:OKC_ARTICLE_VARIABLES, status:VALID, product: OKC - Contracts Core , description: This table stores the variables associated with a clause version. The rows in this table are created by the system by extracting the embedded variables in the clause text. , implementation_dba_data: OKC.OKC_ARTICLE_VARIABLES ,
-
Table: OKC_ART_INTERFACE_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INTERFACE_ALL, object_name:OKC_ART_INTERFACE_ALL, status:VALID, product: OKC - Contracts Core , description: This is the interface table for import of standard clauses from external systems. All valid data in this table will be imported to OKC_ARTICLES_ALL, OKC_ARTICLE_VERSIONS and OKC_ARTICLE_ADOPTIONS by the Clause Import Concurrent program. T , implementation_dba_data: OKC.OKC_ART_INTERFACE_ALL ,
-
View: OKC_K_ATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ATE_V, object_name:OKC_K_ATE_V, status:VALID, product: OKC - Contracts Core , description: View to provide the contract using the std articles , implementation_dba_data: APPS.OKC_K_ATE_V ,
-
View: OKC_K_ATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ATE_V, object_name:OKC_K_ATE_V, status:VALID, product: OKC - Contracts Core , description: View to provide the contract using the std articles , implementation_dba_data: APPS.OKC_K_ATE_V ,
-
Table: OKC_ARTICLES_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLES_ALL, object_name:OKC_ARTICLES_ALL, status:VALID, product: OKC - Contracts Core , description: 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 O , implementation_dba_data: OKC.OKC_ARTICLES_ALL ,
-
View: OKC_KOL_K_ARTICLES_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_K_ARTICLES_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_STD_ART_LATEST_REL_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_STD_ART_LATEST_REL_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_STD_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ARTICLES_V, object_name:OKC_STD_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Backward compatible View for table OKC_ARTICLES_ALL , implementation_dba_data: APPS.OKC_STD_ARTICLES_V ,
-
View: OKC_STD_ART_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_VERSIONS_V, object_name:OKC_STD_ART_VERSIONS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_STD_ARTICLE_VERSIONS_B , implementation_dba_data: APPS.OKC_STD_ART_VERSIONS_V ,
-
View: OKC_STD_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ARTICLES_V, object_name:OKC_STD_ARTICLES_V, status:VALID, product: OKC - Contracts Core , description: Backward compatible View for table OKC_ARTICLES_ALL , implementation_dba_data: APPS.OKC_STD_ARTICLES_V ,
-
View: OKC_ART_NON_STANDARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_NON_STANDARDS_V, object_name:OKC_ART_NON_STANDARDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_ART_NON_STANDARDS_V ,
-
View: OKC_ART_NON_STANDARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_NON_STANDARDS_V, object_name:OKC_ART_NON_STANDARDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_ART_NON_STANDARDS_V ,
-
View: OKC_TERMS_LOCAL_VAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_LOCAL_VAR_V, object_name:OKC_TERMS_LOCAL_VAR_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_LOCAL_VAR_V ,
-
View: OKC_KOL_STD_ART_LIB_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_STD_ART_LIB_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_STD_ART_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_VERSIONS_V, object_name:OKC_STD_ART_VERSIONS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_STD_ARTICLE_VERSIONS_B , implementation_dba_data: APPS.OKC_STD_ART_VERSIONS_V ,
-
View: OKC_ART_STANDARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_STANDARDS_V, object_name:OKC_ART_STANDARDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_ART_STANDARDS_V ,
-
View: OKC_ART_STANDARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_STANDARDS_V, object_name:OKC_ART_STANDARDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_ARTICLES_B , implementation_dba_data: APPS.OKC_ART_STANDARDS_V ,
-
View: OKC_TERMS_ART_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ART_DETAILS_V, object_name:OKC_TERMS_ART_DETAILS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ART_DETAILS_V ,
-
View: OKC_TERMS_ART_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ART_DETAILS_V, object_name:OKC_TERMS_ART_DETAILS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ART_DETAILS_V ,
-
View: OKC_TERMS_LOCAL_VAR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_LOCAL_VAR_V, object_name:OKC_TERMS_LOCAL_VAR_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_LOCAL_VAR_V ,
-
View: OKC_TERMS_STRUCTURE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_STRUCTURE_V, object_name:OKC_TERMS_STRUCTURE_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_STRUCTURE_V ,
-
View: OKC_TERMS_STRUCTURE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_STRUCTURE_V, object_name:OKC_TERMS_STRUCTURE_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_STRUCTURE_V ,