Search Results okc_art_int_batprocs_all
Overview
The table OKC_ART_INT_BATPROCS_ALL is a core technical table within the Oracle E-Business Suite Contracts Core module (OKC). It functions as a central audit and control mechanism for the batch import processes associated with the OKC Artifact Interface (ART_INT). Its primary role is to store the execution parameters and runtime statistics for each discrete run of the import process, enabling administrators to track, monitor, and analyze the performance and history of data integration jobs. This table is critical for operational support and troubleshooting within the Contracts domain, as it provides a persistent log of batch process executions.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented description indicates the table stores two primary categories of data. First, it holds batch process parameters, which likely include identifiers for the run, source data references, and control flags that dictate the import behavior. Second, it stores batch process statistics, which would encompass quantitative metrics such as start and end timestamps, record counts (total processed, successful, failed), and status indicators (e.g., 'RUNNING', 'COMPLETED', 'ERROR'). The primary key column, BATCH_PROCESS_ID, uniquely identifies each import run and is the central reference point for all related data.
Common Use Cases and Queries
A primary use case is generating audit reports on the history and success rate of contract data imports. Administrators can query this table to identify failed runs for investigation or to analyze processing trends over time. Common SQL patterns include retrieving the most recent runs for monitoring or joining with error tables to get a complete picture of a problematic import. For example, a basic status report might use: SELECT BATCH_PROCESS_ID, PROCESS_STATUS, START_DATE, END_DATE, RECORDS_PROCESSED FROM OKC_ART_INT_BATPROCS_ALL WHERE START_DATE > SYSDATE - 7 ORDER BY START_DATE DESC;. Another critical scenario involves troubleshooting, where the BATCH_PROCESS_ID from this table is used to locate corresponding error details in related logging tables.
Related Objects
This table maintains a direct parent-child relationship with the interface errors table, forming a key part of the import framework's error handling structure.
- Primary Key: OKC_ART_INT_BATPROCS_PK1 on column BATCH_PROCESS_ID.
- Foreign Key Relationship: The table OKC_ART_INT_ERRORS references OKC_ART_INT_BATPROCS_ALL via its BATCH_PROCESS_ID column. This links individual error records to the specific batch process run that generated them, allowing for consolidated error reporting and analysis per import job.
-
Table: OKC_ART_INT_BATPROCS_ALL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INT_BATPROCS_ALL, object_name:OKC_ART_INT_BATPROCS_ALL, status:VALID, product: OKC - Contracts Core , description: This table stores the batch process parameters and statistics for import process for each run. , implementation_dba_data: OKC.OKC_ART_INT_BATPROCS_ALL ,
-
Table: OKC_ART_INT_BATPROCS_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INT_BATPROCS_ALL, object_name:OKC_ART_INT_BATPROCS_ALL, status:VALID, product: OKC - Contracts Core , description: An internal system table that stores the batch process parameters and statistics for each import run. , implementation_dba_data: OKC.OKC_ART_INT_BATPROCS_ALL ,
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_BATPROCS_ALL
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INT_BATPROCS_ALL
12.2.2
-
SYNONYM: APPS.OKC_ART_INT_BATPROCS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INT_BATPROCS_ALL, status:VALID,
-
VIEW: OKC.OKC_ART_INT_BATPROCS_ALL#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_ART_INT_BATPROCS_ALL#, status:VALID,
-
SYNONYM: APPS.OKC_ART_INT_BATPROCS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INT_BATPROCS_ALL, status:VALID,
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_LOOKUPS
12.1.1
-
VIEW: OKC.OKC_ART_INT_BATPROCS_ALL#
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_DATE
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_LOOKUPS
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_DATE
12.1.1
-
SYNONYM: APPS.OKC_ART_INT_BATPROCS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INT_BATPROCS, status:VALID,
-
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_INT_BATPROCS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ART_INT_BATPROCS, 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,
-
TABLE: OKC.OKC_ART_INT_BATPROCS_ALL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INT_BATPROCS_ALL, object_name:OKC_ART_INT_BATPROCS_ALL, status:VALID,
-
TABLE: OKC.OKC_ART_INT_BATPROCS_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ART_INT_BATPROCS_ALL, object_name:OKC_ART_INT_BATPROCS_ALL, 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 SQL Statements
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on HR_ORGANIZATION_UNITS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on HR_ORGANIZATION_UNITS
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on DUAL
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.OKC_ARTICLES_IMPORT_GRP
12.2.2
-
PACKAGE BODY: APPS.OKC_ARTICLES_IMPORT_GRP
12.1.1
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on OKC_ART_INTERFACE_ALL
12.1.1
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_API
12.2.2
-
APPS.OKC_ARTICLES_IMPORT_GRP dependencies on FND_API
12.1.1
-
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.2.2
description: Intersection entity between rules and templates ,
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,