Search Results okc_actions_b
Overview
The OKC_ACTIONS_B table is a core data structure within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the primary repository for storing master definitions of Actions. In the context of Oracle Contracts, an Action is a business operation or task that can be triggered by a rule or condition within the contract lifecycle management framework. This table holds the fundamental metadata for these actions, such as their identification, type, and status, enabling the system to execute predefined business logic in response to specific contract events or states. Its role is integral to the automated workflow and enforcement capabilities of the Contracts application.
Key Information Stored
While the provided metadata does not list specific columns, based on its role as a foundational table with a primary key named `ID` and its relationships, it typically stores critical attributes for each action definition. Common columns in such a table include a unique identifier (`ID`), an action code or name, a description, an action type classification (e.g., notification, approval, update), and status indicators. The `CORRELATION` column, mentioned as part of the `ACN_UK` primary key constraint, is likely used to associate the action with a specific business entity or process flow within the Contracts module, ensuring uniqueness and proper context.
Common Use Cases and Queries
This table is primarily accessed for defining, maintaining, and reporting on contract business rules. Implementation consultants would query it to review configured actions. A common reporting use case involves listing all active actions available for assignment to contract terms or conditions. A typical query would join OKC_ACTIONS_B to its related detail tables, such as OKC_ACTION_ATTRIBUTES_B, to get a complete picture of an action's definition.
- Sample Query to List Actions:
SELECT id, correlation, action_code, description FROM okc_actions_b WHERE sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate) ORDER BY action_code; - Use Case: Identifying which actions are referenced by a specific contract condition by joining OKC_ACTIONS_B with OKC_CONDITION_HEADERS_B on the `acn_id` foreign key.
Related Objects
The OKC_ACTIONS_B table has several key dependencies, as indicated by its foreign key relationships. It is the parent table for OKC_ACTION_ATTRIBUTES_B, which stores additional parameters or details for each action. The OKC_CONDITION_HEADERS_B table references it, linking defined conditions to the actions they trigger. Furthermore, it is referenced by the AHL_EVENT_ASSOCIATIONS table in the Service Contracts (AHL) module, demonstrating integration where contract actions can be associated with service events. These relationships underscore its central position in the Contracts Core data model.
-
Table: OKC_ACTIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ACTIONS_B, object_name:OKC_ACTIONS_B, status:VALID, product: OKC - Contracts Core , description: This table stores information about Actions. , implementation_dba_data: OKC.OKC_ACTIONS_B ,
-
Table: OKC_ACTIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ACTIONS_B, object_name:OKC_ACTIONS_B, status:VALID, product: OKC - Contracts Core , description: This table stores information about Actions , implementation_dba_data: OKC.OKC_ACTIONS_B ,
-
APPS.OKC_KL_EXTD_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CRQUOTE_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CNH_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CONDITION_EVAL_PUB dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_K_STS_CHG_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CHG_APR_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_K_EXTD_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_ACN_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_K_EXTD_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_K_SIGN_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CHG_REQ_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_KL_TERM_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CNL_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_KL_EXTD_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_ACN_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_K_RENEW_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CHG_REJ_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_K_SIGN_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_K_TERM_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_AQ_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_K_RENEW_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_ACTIONS_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CONDITION_EVAL_PUB dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CRORDER_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_QUEUE_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_KL_STS_CHG_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CRQUOTE_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_AQ_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_CHG_APR_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.2.2
-
APPS.OKC_QUEUE_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CNL_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CG_UPD_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_KL_STS_CHG_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CNH_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CONDITION_EVAL_PUB dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CRORDER_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_ACN_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_AQ_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_K_TERM_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CHG_REQ_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_AQ_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_EXP_DATE_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_CHG_REJ_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1
-
APPS.OKC_KL_TERM_ASMBLR_PVT dependencies on OKC_ACTIONS_B
12.1.1