Search Results okc_operations_b
Overview
The OKC_OPERATIONS_B table is a core reference data table within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the master repository for all defined operations, which represent the set of automated processes or actions that the application can perform on, or as a result of, a contract. These operations are fundamental to the contract lifecycle, enabling automation for tasks such as validation, approval, notification, and execution of business logic. The table's role is to provide a centralized, standardized list of operations that can be associated with contract types, classes, and specific contract lines to define and control system behavior.
Key Information Stored
The primary data stored in OKC_OPERATIONS_B is the operation code and its associated descriptive attributes. The central column is the CODE field, which serves as the unique identifier (Primary Key) for each operation. While the provided ETRM excerpt does not list all columns, a typical structure for such a reference table would include fields such as NAME or DESCRIPTION for the operation's display name, START_DATE and END_DATE for controlling active status, and standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN). The data is seeded by Oracle and may be extended by implementations.
Common Use Cases and Queries
A primary use case is querying the list of available operations for configuration purposes, such as assigning them to a contract class or type. System administrators or functional consultants use this data to understand which automated processes can be triggered. Common reporting needs include listing all active operations or identifying which operations are assigned to specific contract templates. A typical query pattern is:
SELECT code, name FROM okc_operations_b WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE) ORDER BY code;- Joining with OKC_CLASS_OPERATIONS to find operations linked to a specific contract class:
SELECT cop.*, op.name FROM okc_class_operations cop, okc_operations_b op WHERE cop.opn_code = op.code AND cop.cls_code = 'SERVICE_CONTRACT';
Related Objects
The OKC_OPERATIONS_B table is referenced by several key transactional and setup tables via foreign key relationships, as documented in the ETRM. These relationships define how operations are applied within the Contracts module:
- OKC_CLASS_OPERATIONS: Links operations to contract classes via the
OKC_CLASS_OPERATIONS.OPN_CODEcolumn. This defines which operations are applicable to contracts of a given class. - OKC_K_HISTORY_B: References the operation code in
OKC_K_HISTORY_B.OPN_CODE, logging which operations have been performed on a specific contract (K) header as part of its history. - OKC_INCLUDED_OPERATIONS: Associates operations with contract templates or documents via
OKC_INCLUDED_OPERATIONS.OPN_CODE, specifying operations to be included by default. - OKC_VAL_LINE_OPERATIONS: Links operations to contract line-level validation rules through
OKC_VAL_LINE_OPERATIONS.OPN_CODE.
-
Table: OKC_OPERATIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_B, object_name:OKC_OPERATIONS_B, status:VALID, product: OKC - Contracts Core , description: Set of processes performed by the application to, or as a result of, a contract. , implementation_dba_data: OKC.OKC_OPERATIONS_B ,
-
Table: OKC_OPERATIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_B, object_name:OKC_OPERATIONS_B, status:VALID, product: OKC - Contracts Core , description: Set of processes performed by the application to, or as a result of, a contract. , implementation_dba_data: OKC.OKC_OPERATIONS_B ,
-
APPS.OKC_VLO_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_OPN_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_COP_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_HST_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_COP_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
APPS.OKC_OPN_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
APPS.OKC_OPN_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_OPN_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
APPS.OKC_QA_CHECK_PVT dependencies on OKC_OPERATIONS_B
12.1.1
-
APPS.OKC_QA_CHECK_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
APPS.OKC_VLO_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
APPS.OKC_HST_PVT dependencies on OKC_OPERATIONS_B
12.2.2
-
VIEW: OKC.OKC_OPERATIONS_B#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_OPERATIONS_B#, status:VALID,
-
TRIGGER: APPS.OKC_OPERATIONS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OKC_OPERATIONS_B+, status:VALID,
-
View: OKC_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_OPERATIONS_V, object_name:OKC_OPERATIONS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_OPERATIONS_B , implementation_dba_data: APPS.OKC_OPERATIONS_V ,
-
VIEW: APPS.OKC_OPERATIONS_V
12.1.1
-
SYNONYM: APPS.OKC_OPERATIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_OPERATIONS_B, status:VALID,
-
VIEW: OKC.OKC_OPERATIONS_B#
12.2.2
-
VIEW: APPS.OKI_OPER_OLTP_V
12.1.1
-
APPS.OKC_VLO_PVT dependencies on OKC_LINE_STYLES_B
12.1.1
-
SYNONYM: APPS.OKC_OPERATIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_OPERATIONS_B, status:VALID,
-
TRIGGER: APPS.OKC_OPERATIONS_B+
12.2.2
-
APPS.OKC_VLO_PVT dependencies on OKC_LINE_STYLES_B
12.2.2
-
View: OKC_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_OPERATIONS_V, object_name:OKC_OPERATIONS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_OPERATIONS_B , implementation_dba_data: APPS.OKC_OPERATIONS_V ,
-
VIEW: APPS.OKC_OPERATIONS_V
12.2.2
-
Table: OKC_OPERATIONS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_TL, object_name:OKC_OPERATIONS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_OPERATIONS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_OPERATIONS_TL ,
-
FUNCTION: APPS.OKC_OPERATIONS_B=
12.2.2
-
Table: OKC_INCLUDED_OPERATIONS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_INCLUDED_OPERATIONS, object_name:OKC_INCLUDED_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Indicates which OPERATIONS are to be allowed for a given status type. , implementation_dba_data: OKC.OKC_INCLUDED_OPERATIONS ,
-
TABLE: OKC.OKC_OPERATIONS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_TL, object_name:OKC_OPERATIONS_TL, status:VALID,
-
APPS.OKC_OPN_PVT SQL Statements
12.2.2
-
APPS.OKC_OPN_PVT SQL Statements
12.1.1
-
TABLE: OKC.OKC_OPERATIONS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_TL, object_name:OKC_OPERATIONS_TL, status:VALID,
-
Table: OKC_OPERATIONS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_TL, object_name:OKC_OPERATIONS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_OPERATIONS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_OPERATIONS_TL ,
-
Table: OKC_VAL_LINE_OPERATIONS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_VAL_LINE_OPERATIONS, object_name:OKC_VAL_LINE_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Defines which line operations are valid choices for a top line style. , implementation_dba_data: OKC.OKC_VAL_LINE_OPERATIONS ,
-
Table: OKC_INCLUDED_OPERATIONS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_INCLUDED_OPERATIONS, object_name:OKC_INCLUDED_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Indicates which OPERATIONS are to be allowed for a given status type. , implementation_dba_data: OKC.OKC_INCLUDED_OPERATIONS ,
-
FUNCTION: APPS.OKC_OPERATIONS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:OKC_OPERATIONS_B=, status:VALID,
-
APPS.OKC_QA_CHECK_PVT dependencies on OKC_ASSENTS_V
12.2.2
-
APPS.OKC_QA_CHECK_PVT dependencies on OKC_ASSENTS_V
12.1.1
-
Table: OKC_VAL_LINE_OPERATIONS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_VAL_LINE_OPERATIONS, object_name:OKC_VAL_LINE_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Defines which line operations are valid choices for a top line style. , implementation_dba_data: OKC.OKC_VAL_LINE_OPERATIONS ,
-
TABLE: OKC.OKC_OPERATIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_B, object_name:OKC_OPERATIONS_B, status:VALID,
-
Table: OKC_CLASS_OPERATIONS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CLASS_OPERATIONS, object_name:OKC_CLASS_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Holds seeded data with allowed operations for various classes , implementation_dba_data: OKC.OKC_CLASS_OPERATIONS ,
-
Table: OKC_CLASS_OPERATIONS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CLASS_OPERATIONS, object_name:OKC_CLASS_OPERATIONS, status:VALID, product: OKC - Contracts Core , description: Holds seeded data with allowed operations for various classes , implementation_dba_data: OKC.OKC_CLASS_OPERATIONS ,
-
Table: OKC_K_HISTORY_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HISTORY_B, object_name:OKC_K_HISTORY_B, status:VALID, product: OKC - Contracts Core , description: Contract status change history and history for any actions during contract life cycle , implementation_dba_data: OKC.OKC_K_HISTORY_B ,
-
TABLE: OKC.OKC_OPERATIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATIONS_B, object_name:OKC_OPERATIONS_B, status:VALID,
-
Table: OKC_K_HISTORY_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HISTORY_B, object_name:OKC_K_HISTORY_B, status:VALID, product: OKC - Contracts Core , description: Contract status change history and history for any actions during contract life cycle , implementation_dba_data: OKC.OKC_K_HISTORY_B ,
-
PACKAGE BODY: APPS.OKC_COP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_COP_PVT, status:VALID,
-
PACKAGE: APPS.OKC_OPN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_OPN_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OPN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OPN_PVT, status:VALID,