Search Results object1_id2
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
OKC_OPERATION_INSTANCES is a core transactional table within the OKC (Contracts Core) schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It stores operation instances, where an operation instance represents a single runtime occurrence of a Contract Operation defined in OKC_CLASS_OPERATIONS. While the class operation defines the reusable template, behavior, and rules of a contract operation, the operation instance captures the specific execution context for a given contract and acts as the collection point for the detailed information generated by that operation. This table is central to contract lifecycle processing, including mass change, renewal, termination, and clause-driven automation.
From a Data Vault modeling perspective, the table's FK structure is heuristic-classified as satellite-leaning. It references parent descriptors (OKC_CLASS_OPERATIONS), the contract header hub (OKC_K_HEADERS_B), and FND_SECURITY_GROUPS rather than serving as a pure junction between two hubs. This suggests treating OKC_OPERATION_INSTANCES as a satellite attached to the contract header hub, carrying operation-specific descriptive and status attributes.
Key Information Stored
- ID — Surrogate primary key defined by OKC_OPERATION_INSTANCES_PK and backed by unique index OKC_OPERATION_INSTANCES_U1. This is the business-key candidate for the instance.
- COP_ID — Foreign key to OKC_CLASS_OPERATIONS, identifying the contract operation class of which this row is an instance.
- TARGET_CHR_ID — Foreign key to OKC_K_HEADERS_B, anchoring the instance to the contract header it operates against.
- STATUS_CODE — Lifecycle state of the instance (for example, whether the operation has been processed, is pending, or has errored).
- NAME — Descriptive identifier for the instance.
- OBJECT_VERSION_NUMBER — Optimistic locking column used by the Oracle Application Framework to detect concurrent updates.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program and request context attributes identifying the process that created or last updated the instance.
- BATCH_ID — Groups instances processed together, typically for mass change or bulk operations.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS enforcing multi-org and data security access control.
- JTOT_OBJECT1_CODE, OBJECT1_ID1, OBJECT1_ID2 — Descriptive flexfield segments supporting extensible attribute capture.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns tracking row provenance.
Common Use Cases and Queries
Typical reporting scenarios include tracing all operation instances executed against a specific contract, auditing mass change activity, and reconciling operation line detail. A simple status report by contract might read:
SELECT oi.id, oi.name, oi.status_code, oi.creation_date FROM okc_operation_instances oi WHERE oi.target_chr_id = :chr_id ORDER BY oi.creation_date DESC;
A joined query resolving the operation class and the lines collected beneath each instance would use OKC_CLASS_OPERATIONS via COP_ID and OKC_OPERATION_LINES via OIE_ID. Queries filtering on BATCH_ID support mass change request monitoring, while filters on REQUEST_ID and PROGRAM_ID support concurrent program diagnostics. The SECURITY_GROUP_ID column should be used in any query executed on behalf of an organization-restricted user.
Related Objects
- OKC_CLASS_OPERATIONS — Parent definition table; joined on OKC_OPERATION_INSTANCES.COP_ID = OKC_CLASS_OPERATIONS.ID.
- OKC_K_HEADERS_B — Contract header hub; joined on OKC_OPERATION_INSTANCES.TARGET_CHR_ID = OKC_K_HEADERS_B.ID.
- OKC_OPERATION_LINES — Detail lines belonging to an instance; joined on OKC_OPERATION_LINES.OIE_ID = OKC_OPERATION_INSTANCES.ID.
- OKC_MASSCHANGE_REQ_DTLS — Mass change request detail rows referencing instances via OIE_ID.
- FND_SECURITY_GROUPS — Security grouping referenced by SECURITY_GROUP_ID.
-
Table: OKC_OPERATION_INSTANCES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATION_INSTANCES, object_name:OKC_OPERATION_INSTANCES, status:VALID, product: OKC - Contracts Core , description: An Operation Instance is an instance of a Contract Operation. The Operation Instance contains information about the instance and serves as a collection point for detailed information. , implementation_dba_data: OKC.OKC_OPERATION_INSTANCES ,
-
Table: OKC_K_ITEMS_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS_H, object_name:OKC_K_ITEMS_H, status:VALID, product: OKC - Contracts Core , description: History Table for table OKC_CONTRACT_ITEMS , implementation_dba_data: OKC.OKC_K_ITEMS_H ,
-
Table: OKC_K_ITEMS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS, object_name:OKC_K_ITEMS, status:VALID, product: OKC - Contracts Core , description: Stores item attributes for Contract Lines. , implementation_dba_data: OKC.OKC_K_ITEMS ,
-
Table: OKC_K_ITEMS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS, object_name:OKC_K_ITEMS, status:VALID, product: OKC - Contracts Core , description: Stores item attributes for Contract Lines. , implementation_dba_data: OKC.OKC_K_ITEMS ,
-
Table: OKC_OPERATION_INSTANCES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATION_INSTANCES, object_name:OKC_OPERATION_INSTANCES, status:VALID, product: OKC - Contracts Core , description: An Operation Instance is an instance of a Contract Operation. The Operation Instance contains information about the instance and serves as a collection point for detailed information. , implementation_dba_data: OKC.OKC_OPERATION_INSTANCES ,
-
Table: OKC_CONTACTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS, object_name:OKC_CONTACTS, status:VALID, product: OKC - Contracts Core , description: An individual acting as a contact point or otherwise named in a Contract. , implementation_dba_data: OKC.OKC_CONTACTS ,
-
Table: OKC_K_ITEMS_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS_H, object_name:OKC_K_ITEMS_H, status:VALID, product: OKC - Contracts Core , description: This is mirror image of base table OKC_K_ITEMS, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_K_ITEMS_H ,
-
Table: OKC_K_REL_OBJS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_REL_OBJS, object_name:OKC_K_REL_OBJS, status:VALID, product: OKC - Contracts Core , description: An intersection entity which links a contract header or line to other objects in the schema in a predefined manner. , implementation_dba_data: OKC.OKC_K_REL_OBJS ,
-
Table: OKC_K_PARTY_ROLES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
Table: OKC_K_REL_OBJS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_REL_OBJS, object_name:OKC_K_REL_OBJS, status:VALID, product: OKC - Contracts Core , description: An intersection entity which links a contract header or line to other objects in the schema in a predefined manner. , implementation_dba_data: OKC.OKC_K_REL_OBJS ,
-
Table: OKC_CONTACTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS, object_name:OKC_CONTACTS, status:VALID, product: OKC - Contracts Core , description: An individual acting as a contact point or otherwise named in a Contract. , implementation_dba_data: OKC.OKC_CONTACTS ,
-
Table: OKC_CONTACTS_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS_H, object_name:OKC_CONTACTS_H, status:VALID, product: OKC - Contracts Core , description: History Table for table OKC_CONTACTS , implementation_dba_data: OKC.OKC_CONTACTS_H ,
-
Table: OKC_K_PARTY_ROLES_BH
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_BH, object_name:OKC_K_PARTY_ROLES_BH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_K_PARTY_ROLES_B. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_BH ,
-
Table: OKC_K_PARTY_ROLES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
Table: OKC_CONTACTS_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS_H, object_name:OKC_CONTACTS_H, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_CONTACTS, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_CONTACTS_H ,
-
Table: OKC_K_PARTY_ROLES_BH
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_BH, object_name:OKC_K_PARTY_ROLES_BH, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_K_PARTY_ROLES_B, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_BH ,
-
Table: OKC_RULES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_B, object_name:OKC_RULES_B, status:VALID, product: OKC - Contracts Core , description: Structured data representation of free format text contained in an ARTICLE. , implementation_dba_data: OKC.OKC_RULES_B ,
-
Table: OKC_RULES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_B, object_name:OKC_RULES_B, status:VALID, product: OKC - Contracts Core , description: Structured data representation of free format text contained in an ARTICLE. , implementation_dba_data: OKC.OKC_RULES_B ,
-
Table: OKC_RULES_BH
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_BH, object_name:OKC_RULES_BH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_RULES_B. , implementation_dba_data: OKC.OKC_RULES_BH ,
-
Table: OKC_RULES_BH
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_BH, object_name:OKC_RULES_BH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_RULES_B. , implementation_dba_data: OKC.OKC_RULES_BH ,
-
View: OKC_OPERATION_INSTANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_OPERATION_INSTANCES_V, object_name:OKC_OPERATION_INSTANCES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_OPERATION_INSTANCES_V ,
-
View: OKC_REL_OBJ_PO_REQ_HEADERS_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_K_ITEMS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ITEMS_HV, object_name:OKC_K_ITEMS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_ITEMS. , implementation_dba_data: APPS.OKC_K_ITEMS_HV ,
-
View: OKC_OPERATION_INSTANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_OPERATION_INSTANCES_V, object_name:OKC_OPERATION_INSTANCES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_OPERATION_INSTANCES_V ,
-
View: OKC_REL_OBJ_PO_REQ_HEADERS_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_K_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ITEMS_V, object_name:OKC_K_ITEMS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_ITEMS , implementation_dba_data: APPS.OKC_K_ITEMS_V ,
-
View: OKC_K_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ITEMS_V, object_name:OKC_K_ITEMS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_ITEMS , implementation_dba_data: APPS.OKC_K_ITEMS_V ,
-
View: OKC_K_REL_OBJS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_REL_OBJS_V, object_name:OKC_K_REL_OBJS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_K_REL_OBJS , implementation_dba_data: APPS.OKC_K_REL_OBJS_V ,
-
View: OKC_K_ITEMS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_ITEMS_HV, object_name:OKC_K_ITEMS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_ITEMS. , implementation_dba_data: APPS.OKC_K_ITEMS_HV ,
-
View: OKC_K_REL_OBJS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_REL_OBJS_V, object_name:OKC_K_REL_OBJS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_K_REL_OBJS , implementation_dba_data: APPS.OKC_K_REL_OBJS_V ,
-
View: OKC_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_V, object_name:OKC_CONTACTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTACTS , implementation_dba_data: APPS.OKC_CONTACTS_V ,
-
View: OKC_CONTACTS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_HV, object_name:OKC_CONTACTS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_CONTACTS. , implementation_dba_data: APPS.OKC_CONTACTS_HV ,
-
View: OKC_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_V, object_name:OKC_CONTACTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTACTS , implementation_dba_data: APPS.OKC_CONTACTS_V ,
-
View: OKC_CONTACTS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_HV, object_name:OKC_CONTACTS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_CONTACTS. , implementation_dba_data: APPS.OKC_CONTACTS_HV ,
-
View: OKC_K_PARTY_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_PARTY_ROLES_B , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_V ,
-
View: OKC_K_PARTY_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_PARTY_ROLES_B , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_V ,
-
View: OKC_K_PARTY_ROLES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_HV, object_name:OKC_K_PARTY_ROLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_PARTY_ROLES. , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_HV ,
-
View: OKC_K_PARTY_ROLES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_HV, object_name:OKC_K_PARTY_ROLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_PARTY_ROLES. , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_HV ,
-
View: OKC_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES_V, object_name:OKC_RULES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_RULES_B , implementation_dba_data: APPS.OKC_RULES_V ,
-
View: OKC_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES_V, object_name:OKC_RULES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_RULES_B , implementation_dba_data: APPS.OKC_RULES_V ,
-
View: OKC_RULES1_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES1_BLK_V, object_name:OKC_RULES1_BLK_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_RULES1_BLK_V ,
-
View: OKC_RULES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES_HV, object_name:OKC_RULES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_RULES. , implementation_dba_data: APPS.OKC_RULES_HV ,
-
View: OKC_RULES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES_HV, object_name:OKC_RULES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_RULES. , implementation_dba_data: APPS.OKC_RULES_HV ,
-
View: OKC_RULES1_BLK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_RULES1_BLK_V, object_name:OKC_RULES1_BLK_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_RULES1_BLK_V ,
-
View: OKC_REL_OBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJECTS_V, object_name:OKC_REL_OBJECTS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJECTS_V ,
-
View: OKC_REL_OBJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJECTS_V, object_name:OKC_REL_OBJECTS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJECTS_V ,
-
View: OKC_KOL_PARTY_ROLES_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_CONTACTS_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_PARTY_ROLES_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_CONTACTS_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,