Search Results okc_art_interface_all
Overview
The OKC_ART_INTERFACE_ALL table is a critical interface table within the Oracle E-Business Suite (EBS) Contracts Core (OKC) module, specifically for versions 12.1.1 and 12.2.2. It functions as the staging area for importing standard contract clauses from external systems into the EBS environment. Its primary role is to serve as the data source for the Clause Import concurrent program, which validates and processes the records, subsequently populating the core transactional tables for articles, versions, and adoptions. This design facilitates bulk data operations and system integrations while maintaining data integrity by separating the initial load from the final transaction processing.
Key Information Stored
The table stores all necessary attributes for defining a standard clause prior to its formal adoption into the Contracts repository. While the specific column list is not detailed in the provided metadata, based on its purpose and related objects, the data typically includes the unique interface identifier (INTERFACE_ID, serving as the primary key), the clause text, a version number, effective dates, adoption details, and descriptive fields such as article title and short description. Crucially, it also holds status and error flag columns that the concurrent program uses to track the processing state of each record, distinguishing between pending, successfully imported, and errored rows.
Common Use Cases and Queries
The predominant use case is the execution of the Clause Import concurrent program, which selects all valid, unprocessed records from this interface table. Common operational queries include monitoring the import queue and troubleshooting failures. For instance, to review pending records for import, one might use: SELECT interface_id, article_title FROM okc_art_interface_all WHERE process_flag IS NULL;. After a run, identifying failed records for correction is essential, often joined with the error table: SELECT a.*, e.error_message FROM okc_art_interface_all a, okc_art_int_errors e WHERE a.interface_id = e.interface_id AND a.process_flag = 'ERROR';. Data is typically populated into this table via custom PL/SQL scripts, database links, or ETL tools as part of a legacy data migration or ongoing integration.
Related Objects
This interface table has direct, documented relationships with several core Contracts objects. Its primary key, INTERFACE_ID, is referenced by the foreign key in the OKC_ART_INT_ERRORS table, which stores error messages for records that fail validation during the import process. The successful output of the import program flows into the main transactional tables: OKC_ARTICLES_ALL (master article definitions), OKC_ARTICLE_VERSIONS (version history of clause text), and OKC_ARTICLE_ADOPTIONS (contextual adoption of clauses). Therefore, the OKC_ART_INTERFACE_ALL table is the upstream source for these fundamental repositories of contract boilerplate content.
-
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_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 ,
-
APPS.OKC_ARTWF_PVT dependencies on OKC_ART_INTERFACE_ALL
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.2.2
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_ART_INTERFACE_ALL
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.1.1
-
APPS.OKC_ARTICLES_MIGRATE_GRP dependencies on OKC_ART_INTERFACE_ALL
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.2.2
-
APPS.OKC_ARTWF_PVT dependencies on OKC_ART_INTERFACE_ALL
12.1.1
-
SYNONYM: APPS.OKC_ART_INTERFACE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INTERFACE_ALL, status:VALID,
-
View: OKC_ART_UNQ_BATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_UNQ_BATCH_V, object_name:OKC_ART_UNQ_BATCH_V, status:VALID, product: OKC - Contracts Core , description: View to get unique Batch Number for OKC_ART_INTERFACE_ALL , implementation_dba_data: APPS.OKC_ART_UNQ_BATCH_V ,
-
SYNONYM: APPS.OKC_ART_INTERFACE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INTERFACE_ALL, status:VALID,
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on HR_ORGANIZATION_UNITS
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on HR_ORGANIZATION_UNITS
12.2.2
-
VIEW: OKC.OKC_ART_INTERFACE_ALL#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_ART_INTERFACE_ALL#, status:VALID,
-
View: OKC_ART_UNQ_BATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_UNQ_BATCH_V, object_name:OKC_ART_UNQ_BATCH_V, status:VALID, product: OKC - Contracts Core , description: View to get unique Batch Number for OKC_ART_INTERFACE_ALL , implementation_dba_data: APPS.OKC_ART_UNQ_BATCH_V ,
-
Table: OKC_ART_INT_ERRORS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INT_ERRORS, object_name:OKC_ART_INT_ERRORS, status:VALID, product: OKC - Contracts Core , description: This table stores all the errors encountered during the clause import process. , implementation_dba_data: OKC.OKC_ART_INT_ERRORS ,
-
SYNONYM: APPS.OKC_ART_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INTERFACE, status:VALID,
-
SYNONYM: APPS.OKC_ART_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INTERFACE, status:VALID,
-
PACKAGE: APPS.OKC_ARTICLES_IMPORT_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_ARTICLES_IMPORT_GRP, status:VALID,
-
VIEW: OKC.OKC_ART_INTERFACE_ALL#
12.2.2
-
PACKAGE: APPS.OKC_ARTICLES_MIGRATE_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_ARTICLES_MIGRATE_GRP, status:VALID,
-
PACKAGE: APPS.OKC_ARTICLES_IMPORT_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_ARTICLES_IMPORT_GRP, status:VALID,
-
PACKAGE: APPS.OKC_ARTICLES_MIGRATE_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_ARTICLES_MIGRATE_GRP, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTWF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTWF_PVT, status:VALID,
-
VIEW: APPS.OKC_ART_UNQ_BATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_UNQ_BATCH_V, object_name:OKC_ART_UNQ_BATCH_V, status:VALID,
-
VIEW: APPS.OKC_ART_UNQ_BATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_ART_UNQ_BATCH_V, object_name:OKC_ART_UNQ_BATCH_V, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTWF_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTWF_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTICLES_IMPORT_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_IMPORT_GRP, status:VALID,
-
PACKAGE BODY: APPS.OKC_ARTICLES_IMPORT_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_ARTICLES_IMPORT_GRP, status:VALID,
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_BATPROCS_ALL
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP SQL Statements
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_BATPROCS_ALL
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP SQL Statements
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_ERRORS
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_ERRORS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ARTICLES_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ARTICLES_ALL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_ARTWF_PVT dependencies on STANDARD
12.1.1