Search Results okc_articles_all
Overview
The OKC_ARTICLES_ALL table is a core data repository within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the master table for storing all clause definitions, which are the fundamental building blocks of contract documents. Its primary role is to manage both standard clauses from the centralized clause library and non-standard clauses created for specific contracts. This table is central to the contract authoring and management processes, enabling the reuse, versioning, and assembly of legal and business terms across an organization's contract portfolio. It is designed to support multiple organizations (as indicated by the '_ALL' suffix and the ORG_ID column) and multilingual content.
Key Information Stored
The table's primary key is the ARTICLE_ID, which uniquely identifies each clause record. Key descriptive columns include ARTICLE_NUMBER and ARTICLE_TITLE for identification, and ARTICLE_TEXT for storing the full clause content. The ORG_ID column associates each clause with a specific operating unit, enforcing data security. The ARTICLE_LANGUAGE column, linked to FND_LANGUAGES, supports multilingual clause management. Other critical columns track the clause's status (e.g., standard, approved), type, and categorization, facilitating library management and search. The table also includes standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing.
Common Use Cases and Queries
A primary use case is querying the clause library to find standard clauses for contract authoring. For example, a report to list all active, standard clauses for a specific organization and language would query OKC_ARTICLES_ALL with filters on ORG_ID, ARTICLE_LANGUAGE, and a status indicator. Another common scenario involves identifying all contracts that reference a specific clause, which requires joining OKC_ARTICLES_ALL to OKC_K_ARTICLES_B via REF_ARTICLE_ID. Technical implementations often query this table to validate clause existence or to extract clause text for document generation workflows. Sample SQL to retrieve core clause details:
- SELECT article_number, article_title, article_text FROM okc_articles_all WHERE org_id = :p_org_id AND standard_yn = 'Y' AND article_language = USERENV('LANG');
Related Objects
OKC_ARTICLES_ALL has integral relationships with several other Contracts Core tables, as documented by its foreign keys. The OKC_ARTICLE_VERSIONS table stores historical versions of each clause, joined on ARTICLE_ID. The OKC_K_ARTICLES_B table links contract lines to specific clause instances using REF_ARTICLE_ID. Clause relationships and hierarchies are managed in OKC_ARTICLE_RELATNS_ALL, which references this table via TARGET_ARTICLE_ID. For library organization, OKC_FOLDER_CONTENTS uses MEMBER_ID to link folders to articles. Furthermore, it references foundational EBS tables: HR_ALL_ORGANIZATION_UNITS via ORG_ID for operating unit validation and FND_LANGUAGES via ARTICLE_LANGUAGE for language code validation.
-
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 ,
-
Table: OKC_ARTICLES_ALL
12.1.1
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_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_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_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_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_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_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_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_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_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_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.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 ,
-
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 ,
-
Table: OKC_FOLDER_CONTENTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_FOLDER_CONTENTS, object_name:OKC_FOLDER_CONTENTS, status:VALID, product: OKC - Contracts Core , description: This table stores the clauses associated to a folder. This replaces the table OKC_STD_ART_SET_MEMS used in releases prior to 11.5.10. , implementation_dba_data: OKC.OKC_FOLDER_CONTENTS ,
-
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 ,
-
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_SAE_INCMPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SAE_INCMPT_V, object_name:OKC_SAE_INCMPT_V, status:VALID, product: OKC - Contracts Core , description: View for incompatible standard articles , implementation_dba_data: APPS.OKC_SAE_INCMPT_V ,
-
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 ,
-
Table: OKC_ARTICLE_RELATNS_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_RELATNS_ALL, object_name:OKC_ARTICLE_RELATNS_ALL, status:VALID, product: OKC - Contracts Core , description: This table stores the relationship between clauses in an operating unit. e.g. INCOMPATIBLE or ALTERNATE. This table replaces OKC_STD_ART_INCMPTS used prior to 11.5.10. Also, for each relationship defined between any two clauses in a given o , implementation_dba_data: OKC.OKC_ARTICLE_RELATNS_ALL ,
-
View: OKC_SAE_INCMPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SAE_INCMPT_V, object_name:OKC_SAE_INCMPT_V, status:VALID, product: OKC - Contracts Core , description: View for incompatible standard articles , implementation_dba_data: APPS.OKC_SAE_INCMPT_V ,
-
View: OKC_TERMS_DOC_LATEST_ART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_DOC_LATEST_ART_V, object_name:OKC_TERMS_DOC_LATEST_ART_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_DOC_LATEST_ART_V ,
-
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_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_KOL_K_ARTICLES_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_SECTION_CONTENTS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTION_CONTENTS_HV, object_name:OKC_SECTION_CONTENTS_HV, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SECTION_CONTENTS_HV ,
-
View: OKC_SECTION_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTION_CONTENTS_V, object_name:OKC_SECTION_CONTENTS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SECTION_CONTENTS_V ,
-
View: OKC_KOL_K_ARTICLES_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_TERMS_DOC_LATEST_ART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_DOC_LATEST_ART_V, object_name:OKC_TERMS_DOC_LATEST_ART_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_DOC_LATEST_ART_V ,
-
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_KOL_STD_ART_LATEST_REL_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_SECTION_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTION_CONTENTS_V, object_name:OKC_SECTION_CONTENTS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SECTION_CONTENTS_V ,
-
View: OKC_SECTION_CONTENTS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SECTION_CONTENTS_HV, object_name:OKC_SECTION_CONTENTS_HV, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SECTION_CONTENTS_HV ,
-
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_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_KOL_STD_ART_LIB_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_STD_ART_LIB_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
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_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_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.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_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_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_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 ,