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 ,
-
APPS.OKC_TERMS_VERSION_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTICLE_VERSIONS_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_K_ARTICLES_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ADOPTIONS_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_CODE_HOOK dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLES_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_XPRT_QA_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_XPRT_QA_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_COPY_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_CA_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_K_ARTICLE_PUB dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_CLM_PKG dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTWF_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTWF_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_CA_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLE_RELATIONSHIPS_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTICLES_ALL_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_UTIL_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_TERMS_DEVIATIONS_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTWF_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_CLS_UTIL dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_VERSION_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_K_ARTICLES_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_UTIL_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_QA_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_PO_MOD_PKG dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_COPY_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLE_STATUS_CHANGE_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ARTICLES_ALL_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_TERMS_UTIL_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ADOPTIONS_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_K_NON_STD_ART_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTICLE_VERSIONS_PVT dependencies on OKC_ARTICLES_ALL
12.2.2
-
APPS.OKC_ART_BLK_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on OKC_ARTICLES_ALL
12.1.1
-
APPS.OKC_REVIEW_UPLD_TERMS_PVT dependencies on OKC_ARTICLES_ALL
12.1.1