Search Results okc_k_articles_b
Overview
The OKC_K_ARTICLES_B table is a core data object within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the central repository for recording the use of both standard and non-standard clauses, referred to as "articles," within business documents such as contracts, sales orders, and purchase agreements. Its primary role is to manage the governance rules for these documents. An article associated with a document header establishes terms that govern the entire document, whereas an article associated with a specific line governs only that line. This structure is fundamental to the flexible and rule-based contract management capabilities of Oracle EBS, enabling the precise application of legal and business terms.
Key Information Stored
The table stores metadata and relationships for each article instance. While the full column list is not detailed in the provided metadata, the primary and foreign key relationships indicate critical data points. The primary key is the ID column, uniquely identifying each article usage. Essential foreign keys include DOCUMENT_TYPE, linking to the OKC_BUS_DOC_TYPES_B table to define the type of business document; SCN_ID, linking to the OKC_SECTIONS_B table to associate the article with a specific document section; and CAT_ID, which is a self-referencing key and also links to related transactional data. This structure allows the system to track the article's source, its placement within a document hierarchy, and its specific governing scope.
Common Use Cases and Queries
A primary use case is auditing the clauses applied to a specific contract or document version. For instance, a report showing all custom clauses used in a set of contracts would query this table. Another common scenario is impact analysis before modifying a standard clause, requiring queries to identify all documents where that clause is referenced. Sample SQL patterns often involve joining to document header or line tables via the foreign key relationships. For example, to find articles governing a specific contract header, one would join OKC_K_ARTICLES_B to the contract header table, likely using the DOCUMENT_TYPE and ID (as a foreign key in the header) to establish the relationship, filtered by the specific document identifier.
Related Objects
The table is integral to the Contracts Core data model, with several documented foreign key relationships:
- OKC_BUS_DOC_TYPES_B: Joined via
OKC_K_ARTICLES_B.DOCUMENT_TYPEto define the business document type. - OKC_SECTIONS_B: Joined via
OKC_K_ARTICLES_B.SCN_IDto associate an article with a parent document section. - OKC_K_ARTICLES_B (Self-Reference): The
CAT_IDcolumn serves as a self-referencing foreign key, potentially for hierarchical article structures or versioning. - OKC_ARTICLE_TRANS: References this table via
OKC_ARTICLE_TRANS.CAT_IDfor transactional data related to the article. - OKC_SECTION_CONTENTS: References this table via
OKC_SECTION_CONTENTS.CAT_ID, linking article content to its containing section.
-
Table: OKC_K_ARTICLES_B
12.1.1
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 ,
-
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_GLOBAL_VAR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_GLOBAL_VAR_V, object_name:OKC_TERMS_GLOBAL_VAR_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_GLOBAL_VAR_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 ,
-
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 ,
-
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_K_ARTICLES_BH
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ARTICLES_BH, object_name:OKC_K_ARTICLES_BH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_K_ARTICLES_B. , implementation_dba_data: OKC.OKC_K_ARTICLES_BH ,
-
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 ,
-
Table: OKC_K_ARTICLES_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ARTICLES_TL, object_name:OKC_K_ARTICLES_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_ARTICLES_B, as per MLS standards.Obsolete table - obsoleted in 11.5.10. , implementation_dba_data: OKC.OKC_K_ARTICLES_TL ,
-
Table: OKC_K_ARTICLES_BH
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ARTICLES_BH, object_name:OKC_K_ARTICLES_BH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_K_ARTICLES_B. , implementation_dba_data: OKC.OKC_K_ARTICLES_BH ,
-
Table: OKC_SECTIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTIONS_B, object_name:OKC_SECTIONS_B, status:VALID, product: OKC - Contracts Core , description: Sections are used to format clauses of a Contract while printing , implementation_dba_data: OKC.OKC_SECTIONS_B ,
-
Table: OKC_SECTION_CONTENTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTION_CONTENTS, object_name:OKC_SECTION_CONTENTS, status:VALID, product: OKC - Contracts Core , description: This table holds the components of a section like a label or article , implementation_dba_data: OKC.OKC_SECTION_CONTENTS ,
-
Table: OKC_K_ARTICLES_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ARTICLES_TL, object_name:OKC_K_ARTICLES_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_ARTICLES_B, as per MLS standards.Obsolete table - obsoleted in 11.5.10. , implementation_dba_data: OKC.OKC_K_ARTICLES_TL ,
-
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 ,
-
Table: OKC_ARTICLE_TRANS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_TRANS, object_name:OKC_ARTICLE_TRANS, status:VALID, product: OKC - Contracts Core , description: Relationship between an Article and the Rules or Lines created from it. , implementation_dba_data: OKC.OKC_ARTICLE_TRANS ,
-
Table: OKC_ARTICLE_TRANS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ARTICLE_TRANS, object_name:OKC_ARTICLE_TRANS, status:VALID, product: OKC - Contracts Core , description: Relationship between an Article and the Rules or Lines created from it. , implementation_dba_data: OKC.OKC_ARTICLE_TRANS ,
-
Table: OKC_SECTIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTIONS_B, object_name:OKC_SECTIONS_B, status:VALID, product: OKC - Contracts Core , description: Sections are used to format clauses of a Contract while printing , implementation_dba_data: OKC.OKC_SECTIONS_B ,
-
Table: OKC_SECTION_CONTENTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTION_CONTENTS, object_name:OKC_SECTION_CONTENTS, status:VALID, product: OKC - Contracts Core , description: This table holds the components of a section like a label or article , implementation_dba_data: OKC.OKC_SECTION_CONTENTS ,
-
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 ,
-
Table: OKC_BUS_DOC_TYPES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_TYPES_B, object_name:OKC_BUS_DOC_TYPES_B, status:VALID, product: OKC - Contracts Core , description: Stores all business document types and preferences related to those documents. This information is seeded by each product team that integrates with Oracle Contracts to implement Contract authoring. , implementation_dba_data: OKC.OKC_BUS_DOC_TYPES_B ,
-
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 ,
-
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_BUS_DOC_TYPES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_BUS_DOC_TYPES_B, object_name:OKC_BUS_DOC_TYPES_B, status:VALID, product: OKC - Contracts Core , description: Stores all business document types and preferences related to those documents. This information is seeded by each product team that integrates with Oracle Contracts to implement Contract authoring. , implementation_dba_data: OKC.OKC_BUS_DOC_TYPES_B ,
-
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 ,
-
View: OKC_TERMS_GLOBAL_VAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_GLOBAL_VAR_V, object_name:OKC_TERMS_GLOBAL_VAR_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_GLOBAL_VAR_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_TERMS_VAR_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_VAR_VALUES_V, object_name:OKC_TERMS_VAR_VALUES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_VAR_VALUES_V ,
-
View: OKC_TERMS_VAR_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_VAR_VALUES_V, object_name:OKC_TERMS_VAR_VALUES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_VAR_VALUES_V ,
-
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_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_KOL_K_ARTICLES_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_TERMS_ARTICLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ARTICLES_V, object_name:OKC_TERMS_ARTICLES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ARTICLES_V ,
-
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_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_TERMS_ARTICLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_TERMS_ARTICLES_V, object_name:OKC_TERMS_ARTICLES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_TERMS_ARTICLES_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_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_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_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.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_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_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 ,