Search Results okc_std_art_classings
Overview
The table OKC_STD_ART_CLASSINGS is a core data structure within the Oracle E-Business Suite Contracts Core module (OKC). It functions as a configuration and reference table, central to the management of standard contract articles. Its primary role is to define associations between standard article sets and specific contract subclasses. This enables organizations to predefine which standardized clauses, terms, and conditions (grouped into article sets) are commonly applicable or required for particular types of contracts, thereby streamlining the contract authoring process and ensuring consistency and compliance across agreements.
Key Information Stored
The table stores the mapping relationship between a contract subclass and the standard article sets deemed relevant for it. Key columns include the unique identifier (ID), the subclass code (SCS_CODE) which references OKC_SUBCLASSES_B, and the standard article set code (SAT_CODE). The PRICE_TYPE column is also part of the unique constraint, indicating that the association between a subclass and an article set can be further qualified by a specific pricing model or context. The primary key constraint OKC_STD_ART_CLASSINGS_PK is on the ID column, while the unique constraint SAC_SAIT1_UK ensures that the combination of SAT_CODE, PRICE_TYPE, and SCS_CODE is not duplicated.
Common Use Cases and Queries
The primary use case is during contract creation or template definition, where the system references this table to suggest or automatically include the appropriate standard articles based on the selected contract subclass. For reporting and administration, common queries involve listing all standard article sets available for a given subclass or identifying which subclasses utilize a specific article set. A sample query to retrieve all article set associations for a subclass would be:
SELECT sat_code, price_type FROM okc_std_art_classings WHERE scs_code = :p_scs_code;
Conversely, administrators might run a query to audit usage:
SELECT scs_code, COUNT(*) FROM okc_std_art_classings GROUP BY scs_code;
Related Objects
The most direct relationship is with the OKC_SUBCLASSES_B table, enforced by a foreign key constraint on the SCS_CODE column. This ensures that any subclass referenced in the classification mapping is a valid, defined subclass within the system. The SAT_CODE column logically references standard article sets, which are likely defined in a related table such as OKC_STD_ARTICLES_TL or similar, though this specific foreign key is not detailed in the provided metadata. This table is integral to the standard article assignment functionality within the Contracts Core's data model.
-
Table: OKC_STD_ART_CLASSINGS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS, object_name:OKC_STD_ART_CLASSINGS, status:VALID, product: OKC - Contracts Core , description: Defines which Standard Article Sets are commonly used in a certain subclass of contract. , implementation_dba_data: OKC.OKC_STD_ART_CLASSINGS ,
-
Table: OKC_STD_ART_CLASSINGS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS, object_name:OKC_STD_ART_CLASSINGS, status:VALID, product: OKC - Contracts Core , description: Defines which Standard Article Sets are commonly used in a certain subclass of contract. , implementation_dba_data: OKC.OKC_STD_ART_CLASSINGS ,
-
APPS.OKC_SAC_PVT dependencies on OKC_STD_ART_CLASSINGS
12.2.2
-
APPS.OKC_SAC_PVT dependencies on OKC_STD_ART_CLASSINGS
12.1.1
-
APPS.OKC_SAC_PVT dependencies on OKC_STD_ART_CLASSINGS
12.1.1
-
APPS.OKC_SAC_PVT dependencies on OKC_STD_ART_CLASSINGS
12.2.2
-
VIEW: OKC.OKC_STD_ART_CLASSINGS#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_STD_ART_CLASSINGS#, status:VALID,
-
VIEW: APPS.OKC_STD_ART_CLASSINGS_V
12.1.1
-
View: OKC_STD_ART_CLASSINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS_V, object_name:OKC_STD_ART_CLASSINGS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_STD_ART_CLASSINGS , implementation_dba_data: APPS.OKC_STD_ART_CLASSINGS_V ,
-
SYNONYM: APPS.OKC_STD_ART_CLASSINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_STD_ART_CLASSINGS, status:VALID,
-
VIEW: OKC.OKC_STD_ART_CLASSINGS#
12.2.2
-
View: OKC_STD_ART_CLASSINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS_V, object_name:OKC_STD_ART_CLASSINGS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_STD_ART_CLASSINGS , implementation_dba_data: APPS.OKC_STD_ART_CLASSINGS_V ,
-
SYNONYM: APPS.OKC_STD_ART_CLASSINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_STD_ART_CLASSINGS, status:VALID,
-
APPS.OKC_SAC_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKC_STD_ART_CLASSINGS_V
12.2.2
-
APPS.OKC_SAC_PVT SQL Statements
12.1.1
-
TABLE: OKC.OKC_STD_ART_CLASSINGS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS, object_name:OKC_STD_ART_CLASSINGS, status:VALID,
-
TABLE: OKC.OKC_STD_ART_CLASSINGS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS, object_name:OKC_STD_ART_CLASSINGS, status:VALID,
-
Table: OKC_SUBCLASSES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SUBCLASSES_B, object_name:OKC_SUBCLASSES_B, status:VALID, product: OKC - Contracts Core , description: Determines the line style hiearchy of the contract, the valid rule groups, the valid party roles, and the commonly used standard article sets. , implementation_dba_data: OKC.OKC_SUBCLASSES_B ,
-
PACKAGE: APPS.OKC_SAC_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_SAC_PVT, status:VALID,
-
PACKAGE: APPS.OKC_SAC_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_SAC_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_SAC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_SAC_PVT, status:VALID,
-
Table: OKC_SUBCLASSES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SUBCLASSES_B, object_name:OKC_SUBCLASSES_B, status:VALID, product: OKC - Contracts Core , description: Determines the line style hiearchy of the contract, the valid rule groups, the valid party roles, and the commonly used standard article sets. , implementation_dba_data: OKC.OKC_SUBCLASSES_B ,
-
PACKAGE BODY: APPS.OKC_SAC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_SAC_PVT, status:VALID,
-
VIEW: APPS.OKC_STD_ART_CLASSINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS_V, object_name:OKC_STD_ART_CLASSINGS_V, status:VALID,
-
VIEW: APPS.OKC_STD_ART_CLASSINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STD_ART_CLASSINGS_V, object_name:OKC_STD_ART_CLASSINGS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKC_SAC_PVT
12.2.2
-
PACKAGE BODY: APPS.OKC_SAC_PVT
12.1.1
-
APPS.OKC_SAC_PVT dependencies on OKC_API
12.2.2
-
APPS.OKC_SAC_PVT dependencies on OKC_API
12.1.1
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,