Search Results iem_kb_categories
Overview
The IEM_KB_CATEGORIES table is a core data structure within the Oracle E-Business Suite (EBS) Email Center (IEM) module. It serves as the master repository for defining and organizing the hierarchical taxonomy of a searchable knowledge base. This knowledge base is integral to the Email Center's functionality, enabling agents to efficiently categorize, retrieve, and apply standardized solutions or content when managing customer email interactions. The table's primary role is to maintain the list of valid categories, their codes, and their hierarchical parent-child relationships, which are essential for content organization, routing rules, and reporting within the service request and email management workflows.
Key Information Stored
The table's structure is designed to support a hierarchical category model. The most critical columns include the KB_CATEGORY_ID, which is the system-generated unique primary key identifier for each category. The CATEGORY_CODE is a user-defined unique identifier, often used for integration and reporting. The KB_PARENT_CATEGORY_ID column establishes the hierarchical structure by storing the KB_CATEGORY_ID of a category's immediate parent, enabling the creation of multi-level category trees. Additional descriptive columns, such as those for category name and description, are also typically present to provide context for end-users and agents.
Common Use Cases and Queries
A primary use case is the population of category selection lists within the Email Center agent interface, allowing agents to classify incoming emails or associate knowledge articles with specific topics. System administrators use this table to set up and maintain the category hierarchy. Common reporting queries involve analyzing email volumes by knowledge category to identify trending issues. Sample SQL to retrieve a category hierarchy might be:
- SELECT CATEGORY_CODE, NAME FROM IEM_KB_CATEGORIES WHERE KB_PARENT_CATEGORY_ID IS NULL ORDER BY NAME; -- For top-level categories
- SELECT child.CATEGORY_CODE, child.NAME FROM IEM_KB_CATEGORIES child, IEM_KB_CATEGORIES parent WHERE child.KB_PARENT_CATEGORY_ID = parent.KB_CATEGORY_ID AND parent.CATEGORY_CODE = 'HARDWARE'; -- For sub-categories of a specific parent
Related Objects
The IEM_KB_CATEGORIES table has defined relationships with other key tables in the IEM schema, primarily through its primary key. As documented, the IEM_EMAIL_CATEGORY_MAPS table references IEM_KB_CATEGORIES via a foreign key constraint. Specifically, the column IEM_EMAIL_CATEGORY_MAPS.KB_CATEGORY_ID joins to IEM_KB_CATEGORIES.KB_CATEGORY_ID. This relationship is fundamental, as it physically links specific email interactions or service requests to the knowledge base categories defined in this master table, enabling categorization, routing, and analytical reporting on email traffic.
-
Table: IEM_KB_CATEGORIES
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_CATEGORIES, object_name:IEM_KB_CATEGORIES, status:VALID, product: IEM - Email Center , description: List of searchable knowledge base categories , implementation_dba_data: IEM.IEM_KB_CATEGORIES ,
-
Table: IEM_KB_CATEGORIES
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_CATEGORIES, object_name:IEM_KB_CATEGORIES, status:VALID, product: IEM - Email Center , description: List of searchable knowledge base categories , implementation_dba_data: IEM.IEM_KB_CATEGORIES ,
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on IEM_KB_CATEGORIES
12.1.1
-
APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on IEM_KB_CATEGORIES
12.2.2
-
APPS.IEM_KNOWLEDGEBASE_PUB dependencies on IEM_KB_CATEGORIES
12.1.1
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on IEM_KB_CATEGORIES
12.2.2
-
APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on IEM_KB_CATEGORIES
12.1.1
-
APPS.IEM_KNOWLEDGEBASE_PUB dependencies on IEM_KB_CATEGORIES
12.2.2
-
SYNONYM: APPS.IEM_KB_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEM_KB_CATEGORIES, status:VALID,
-
SYNONYM: APPS.IEM_KB_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEM_KB_CATEGORIES, status:VALID,
-
VIEW: IEM.IEM_KB_CATEGORIES#
12.2.2
owner:IEM, object_type:VIEW, object_name:IEM_KB_CATEGORIES#, status:VALID,
-
VIEW: IEM.IEM_KB_CATEGORIES#
12.2.2
-
APPS.IEM_KB_CATEGORIES_PVT SQL Statements
12.2.2
-
TABLE: IEM.IEM_KB_CATEGORIES
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_CATEGORIES, object_name:IEM_KB_CATEGORIES, status:VALID,
-
TABLE: IEM.IEM_KB_CATEGORIES
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_CATEGORIES, object_name:IEM_KB_CATEGORIES, status:VALID,
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on DUAL
12.1.1
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on DUAL
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.IEM_KB_CATEGORIES_PVT SQL Statements
12.1.1
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on IEM_KB_CATEGORIES_S1
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on IEM_KB_CATEGORIES_S1
12.1.1
-
Table: IEM_EMAIL_CATEGORY_MAPS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to various searchable knowledge base categories. , implementation_dba_data: IEM.IEM_EMAIL_CATEGORY_MAPS ,
-
Table: IEM_EMAIL_CATEGORY_MAPS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to various searchable knowledge base categories. , implementation_dba_data: IEM.IEM_EMAIL_CATEGORY_MAPS ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEM_KB_CATEGORIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_KB_CATEGORIES_PVT, status:VALID,
-
TABLE: IEM.IEM_EMAIL_CATEGORY_MAPS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID,
-
TABLE: IEM.IEM_EMAIL_CATEGORY_MAPS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID,
-
PACKAGE BODY: APPS.IEM_KB_CATEGORIES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_KB_CATEGORIES_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEM_EMAIL_CATEGORY_MAPS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_EMAIL_CATEGORY_MAPS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEM_KNOWLEDGEBASE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_KNOWLEDGEBASE_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.IEM_KB_CATEGORIES_PVT
12.1.1
-
APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on FND_MESSAGE
12.2.2
-
PACKAGE BODY: APPS.IEM_EMAIL_CATEGORY_MAPS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_EMAIL_CATEGORY_MAPS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEM_KNOWLEDGEBASE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_KNOWLEDGEBASE_PUB, status:VALID,
-
APPS.IEM_EMAIL_CATEGORY_MAPS_PVT dependencies on FND_MESSAGE
12.1.1
-
eTRM - IEM Tables and Views
12.1.1
description: List of themes per classification. ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IEM_KB_CATEGORIES_PVT
12.2.2
-
eTRM - IEM Tables and Views
12.2.2
description: List of themes per classification. ,
-
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
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEM_KB_CATEGORIES_PVT
12.1.1
-
PACKAGE BODY: APPS.IEM_KB_CATEGORIES_PVT
12.2.2
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on FND_API
12.2.2
-
APPS.IEM_KB_CATEGORIES_PVT dependencies on FND_API
12.1.1