Search Results cs_kb_cat_group_flows
Overview
The CS_KB_CAT_GROUP_FLOWS table is a core linking table within the Oracle E-Business Suite (EBS) Service (CS) module, specifically for the Knowledge Base (KB) functionality. Its primary role is to manage the many-to-many relationship between Category Groups and Workflow Flows. In the context of Oracle EBS 12.1.1 and 12.2.2, this table enables the configuration of specific approval or processing workflows for different groups of solution categories. This ensures that articles or solutions categorized under a particular group follow a defined business process, such as content review, approval, or publishing, thereby enforcing governance and process control within the knowledge management lifecycle.
Key Information Stored
The table is designed as a pure association table, containing primarily foreign key columns that establish links between two master entities. The critical columns are the composite primary key, which uniquely identifies each relationship.
- CATEGORY_GROUP_ID: A foreign key referencing the CS_KB_CATEGORY_GROUPS_B table. This identifies the specific category group to which a workflow is assigned.
- FLOW_ID: A foreign key referencing the CS_KB_WF_FLOWS_B table. This identifies the specific workflow process (flow) associated with the category group.
The existence of a record in this table signifies that the workflow defined by FLOW_ID is active for the category group defined by CATEGORY_GROUP_ID. The table's structure is minimal, focusing solely on maintaining this critical relationship.
Common Use Cases and Queries
The primary use case is to determine which workflow governs the lifecycle of solutions within a given knowledge base category group. This is essential for application logic that routes new or modified solutions for approval. Common queries involve joining to the related master tables to retrieve meaningful names for reporting or validation.
A typical query to list all configured category group workflows would be:
SELECT cg.NAME CATEGORY_GROUP, wf.NAME WORKFLOW_NAME
FROM CS_KB_CAT_GROUP_FLOWS cgf,
CS_KB_CATEGORY_GROUPS_B cg,
CS_KB_WF_FLOWS_B wf
WHERE cgf.CATEGORY_GROUP_ID = cg.CATEGORY_GROUP_ID
AND cgf.FLOW_ID = wf.FLOW_ID
ORDER BY cg.NAME;
Another common scenario is to validate the workflow assigned to a specific category group, often executed programmatically by the application when a user submits a solution for approval.
Related Objects
As a linking table, CS_KB_CAT_GROUP_FLOWS has defined dependencies on two key master tables, as per the provided foreign key metadata.
- CS_KB_CATEGORY_GROUPS_B: This table stores the definition of category groups. The relationship is established via the foreign key on
CS_KB_CAT_GROUP_FLOWS.CATEGORY_GROUP_ID. - CS_KB_WF_FLOWS_B: This table stores the definition of Knowledge Base workflow processes. The relationship is established via the foreign key on
CS_KB_CAT_GROUP_FLOWS.FLOW_ID.
The table's primary key constraint, CS_KB_CAT_GROUP_FLOWS_PK, enforces the uniqueness of the combination of CATEGORY_GROUP_ID and FLOW_ID, preventing duplicate workflow assignments for the same category group.
-
Table: CS_KB_CAT_GROUP_FLOWS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CAT_GROUP_FLOWS, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID, product: CS - Service , description: Knowledge Base Category Group Flows (Linking Table) , implementation_dba_data: CS.CS_KB_CAT_GROUP_FLOWS ,
-
Table: CS_KB_CAT_GROUP_FLOWS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CAT_GROUP_FLOWS, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID, product: CS - Service , description: Knowledge Base Category Group Flows (Linking Table) , implementation_dba_data: CS.CS_KB_CAT_GROUP_FLOWS ,
-
APPS.CS_KB_SECURITY_PVT dependencies on CS_KB_CAT_GROUP_FLOWS
12.1.1
-
APPS.CS_KB_SECURITY_PVT dependencies on CS_KB_CAT_GROUP_FLOWS
12.2.2
-
SYNONYM: APPS.CS_KB_CAT_GROUP_FLOWS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID,
-
SYNONYM: APPS.CS_KB_CAT_GROUP_FLOWS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID,
-
VIEW: CS.CS_KB_CAT_GROUP_FLOWS#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_KB_CAT_GROUP_FLOWS#, status:VALID,
-
VIEW: CS.CS_KB_CAT_GROUP_FLOWS#
12.2.2
-
Table: CS_KB_CATEGORY_GROUPS_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CATEGORY_GROUPS_B, object_name:CS_KB_CATEGORY_GROUPS_B, status:VALID, product: CS - Service , description: Knowledge Base Category Groups (Base Table) , implementation_dba_data: CS.CS_KB_CATEGORY_GROUPS_B ,
-
TABLE: CS.CS_KB_CAT_GROUP_FLOWS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CAT_GROUP_FLOWS, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID,
-
Table: CS_KB_CATEGORY_GROUPS_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CATEGORY_GROUPS_B, object_name:CS_KB_CATEGORY_GROUPS_B, status:VALID, product: CS - Service , description: Knowledge Base Category Groups (Base Table) , implementation_dba_data: CS.CS_KB_CATEGORY_GROUPS_B ,
-
Table: CS_KB_WF_FLOWS_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_WF_FLOWS_B, object_name:CS_KB_WF_FLOWS_B, status:VALID, product: CS - Service , description: Solution flows base table , implementation_dba_data: CS.CS_KB_WF_FLOWS_B ,
-
Table: CS_KB_WF_FLOWS_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_WF_FLOWS_B, object_name:CS_KB_WF_FLOWS_B, status:VALID, product: CS - Service , description: Solution flows base table , implementation_dba_data: CS.CS_KB_WF_FLOWS_B ,
-
TABLE: CS.CS_KB_CAT_GROUP_FLOWS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_CAT_GROUP_FLOWS, object_name:CS_KB_CAT_GROUP_FLOWS, status:VALID,
-
PACKAGE BODY: APPS.CS_KB_SECURITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_SECURITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_KB_SECURITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_SECURITY_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design 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.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.CS_KB_SECURITY_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.CS_KB_SECURITY_PVT dependencies on FND_GLOBAL
12.2.2
-
APPS.CS_KB_SECURITY_PVT SQL Statements
12.1.1
-
APPS.CS_KB_SECURITY_PVT SQL Statements
12.2.2
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
PACKAGE BODY: APPS.CS_KB_SECURITY_PVT
12.2.2
-
PACKAGE BODY: APPS.CS_KB_SECURITY_PVT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2