Search Results cs_kb_ele_type_links
Overview
The CS_KB_ELE_TYPE_LINKS table is a core data structure within the Oracle E-Business Suite Service (CS) module, specifically supporting the Knowledge Base functionality. Its primary role is to implement a one-to-many relationship between knowledge base element types and external entities. In essence, this table acts as a mapping or linking mechanism, allowing a single element type definition to be associated with multiple different objects or business entities across the application. This design enables the flexible reuse of element type metadata, ensuring consistent data structures are applied to various external objects that require knowledge base integration, such as service requests, tasks, or solutions.
Key Information Stored
The table's structure is designed to manage the relationships between two key entities. The most critical columns include the primary key, LINK_ID, which uniquely identifies each relationship record. The ELEMENT_TYPE_ID column stores the foreign key reference to a specific knowledge element type defined in the CS_KB_ELEMENT_TYPES_B table. The OBJECT_CODE column holds the foreign key reference to an external entity, as defined in the JTF_OBJECTS_B table, which is a central repository for object definitions within the JTF framework. Together, these columns form the essential link between a knowledge element type and the external object codes with which it is associated.
Common Use Cases and Queries
A primary use case involves determining all external business objects that are configured to use a specific type of knowledge base element, such as a text field or a file attachment. This is critical for administrative setups and impact analysis. Conversely, a common query retrieves all valid element types available for a given external object, which drives the UI components when adding knowledge elements to that object. A typical reporting query would join CS_KB_ELE_TYPE_LINKS with CS_KB_ELEMENT_TYPES_B and JTF_OBJECTS_B to produce a human-readable list. For example, to find all links for a specific element type, one might use: SELECT l.link_id, l.object_code, o.name FROM cs_kb_ele_type_links l, jtf_objects_b o WHERE l.object_code = o.object_code AND l.element_type_id = :p_element_type_id;
Related Objects
This table maintains documented foreign key relationships with two key foundation tables, as per the provided ETRM metadata:
- CS_KB_ELEMENT_TYPES_B: Linked via the column CS_KB_ELE_TYPE_LINKS.ELEMENT_TYPE_ID. This is the master table for knowledge base element type definitions.
- JTF_OBJECTS_B: Linked via the column CS_KB_ELE_TYPE_LINKS.OBJECT_CODE. This table defines the external entities (objects) across the application that can be associated with knowledge elements.
-
Table: CS_KB_ELE_TYPE_LINKS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELE_TYPE_LINKS, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID, product: CS - Service , description: Knowledge base element type links. This table implements the one to many relationship between a element types and external entities. , implementation_dba_data: CS.CS_KB_ELE_TYPE_LINKS ,
-
Table: CS_KB_ELE_TYPE_LINKS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELE_TYPE_LINKS, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID, product: CS - Service , description: Knowledge base element type links. This table implements the one to many relationship between a element types and external entities. , implementation_dba_data: CS.CS_KB_ELE_TYPE_LINKS ,
-
APPS.CS_KB_ELEMENT_TYPES_PKG dependencies on CS_KB_ELE_TYPE_LINKS
12.1.1
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_ELE_TYPE_LINKS
12.2.2
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_ELE_TYPE_LINKS
12.1.1
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG dependencies on CS_KB_ELE_TYPE_LINKS
12.2.2
-
APPS.CS_KB_ELEMENT_TYPES_PKG dependencies on CS_KB_ELE_TYPE_LINKS
12.2.2
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG dependencies on CS_KB_ELE_TYPE_LINKS
12.1.1
-
VIEW: CS.CS_KB_ELE_TYPE_LINKS#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_KB_ELE_TYPE_LINKS#, status:VALID,
-
SYNONYM: APPS.CS_KB_ELE_TYPE_LINKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID,
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG SQL Statements
12.2.2
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG dependencies on CS_KB_ELE_TYPE_LINKS_S
12.1.1
-
SYNONYM: APPS.CS_KB_ELE_TYPE_LINKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID,
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.CS_KB_ELE_TYPE_LINKS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CS_KB_ELE_TYPE_LINKS+, status:VALID,
-
APPS.CS_KB_ELE_TYPE_LINKS_PKG dependencies on CS_KB_ELE_TYPE_LINKS_S
12.2.2
-
VIEW: APPS.CS_KB_INTEGRATION_V
12.1.1
-
TRIGGER: APPS.CS_KB_ELE_TYPE_LINKS+
12.2.2
-
FUNCTION: APPS.CS_KB_ELE_TYPE_LINKS=
12.2.2
-
VIEW: CS.CS_KB_ELE_TYPE_LINKS#
12.2.2
-
VIEW: APPS.CS_KB_INTEGRATION_V
12.2.2
-
FUNCTION: APPS.CS_KB_ELE_TYPE_LINKS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CS_KB_ELE_TYPE_LINKS=, status:VALID,
-
Table: CS_KB_ELEMENT_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELEMENT_TYPES_B, object_name:CS_KB_ELEMENT_TYPES_B, status:VALID, product: CS - Service , description: Knowledge base element types (base table). , implementation_dba_data: CS.CS_KB_ELEMENT_TYPES_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CS_KB_ELE_TYPE_LINKS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_ELE_TYPE_LINKS_PKG, status:VALID,
-
TABLE: CS.CS_KB_ELE_TYPE_LINKS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELE_TYPE_LINKS, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID,
-
Table: CS_KB_ELEMENT_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELEMENT_TYPES_B, object_name:CS_KB_ELEMENT_TYPES_B, status:VALID, product: CS - Service , description: Knowledge base element types (base table). , implementation_dba_data: CS.CS_KB_ELEMENT_TYPES_B ,
-
PACKAGE BODY: APPS.CS_KB_ELEMENT_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_ELEMENT_TYPES_PKG, status:VALID,
-
View: CS_KB_INTEGRATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_KB_INTEGRATION_V, object_name:CS_KB_INTEGRATION_V, status:VALID, product: CS - Service , description: View combines JTF notes with knowledge management element links and set links. Used by Knowledge Management for integration from any application module. , implementation_dba_data: APPS.CS_KB_INTEGRATION_V ,
-
APPS.CS_KB_ELEMENT_TYPES_PKG dependencies on FND_MESSAGE
12.2.2
-
PACKAGE BODY: APPS.CS_KB_ELE_TYPE_LINKS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_ELE_TYPE_LINKS_PKG, status:VALID,
-
View: CS_KB_INTEGRATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_KB_INTEGRATION_V, object_name:CS_KB_INTEGRATION_V, status:VALID, product: CS - Service , description: View combines JTF notes with knowledge management element links and set links. Used by Knowledge Management for integration from any application module. , implementation_dba_data: APPS.CS_KB_INTEGRATION_V ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CS_KB_ELEMENT_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KB_ELEMENT_TYPES_PKG, status:VALID,
-
APPS.CS_KB_ELEMENT_TYPES_PKG dependencies on FND_MESSAGE
12.1.1
-
TABLE: CS.CS_KB_ELE_TYPE_LINKS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_ELE_TYPE_LINKS, object_name:CS_KB_ELE_TYPE_LINKS, status:VALID,
-
PACKAGE BODY: APPS.CS_KNOWLEDGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KNOWLEDGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_KB_ELE_TYPE_LINKS_PKG
12.2.2
-
PACKAGE BODY: APPS.CS_KB_ELE_TYPE_LINKS_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_KNOWLEDGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_KNOWLEDGE_PVT, status:VALID,
-
VIEW: APPS.CS_SR_KB_NOTE_LINKS_V
12.2.2
-
VIEW: APPS.CS_SR_KB_NOTE_LINKS_V
12.1.1
-
Table: JTF_OBJECTS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECTS_B, object_name:JTF_OBJECTS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the details of objects(modules). , implementation_dba_data: JTF.JTF_OBJECTS_B ,
-
View: CSC_SR_KB_NOTE_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_SR_KB_NOTE_LINKS_V, object_name:CSC_SR_KB_NOTE_LINKS_V, status:VALID, product: CSC - Customer Care , description: This view combines JTF notes with knowledge management element links and set links. Used by Oracle Support for integration from Service Requests to Knowledge Management. , implementation_dba_data: APPS.CSC_SR_KB_NOTE_LINKS_V ,
-
Table: JTF_OBJECTS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECTS_B, object_name:JTF_OBJECTS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the details of objects(modules). , implementation_dba_data: JTF.JTF_OBJECTS_B ,
-
View: CS_SR_KB_NOTE_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_KB_NOTE_LINKS_V, object_name:CS_SR_KB_NOTE_LINKS_V, status:VALID, product: CS - Service , description: This view combines JTF notes with knowledge management element links and set links. Used by Oracle Support for integration from Service Requests to Knowledge Management. , implementation_dba_data: APPS.CS_SR_KB_NOTE_LINKS_V ,
-
12.2.2 DBA Data
12.2.2
-
View: CS_SR_KB_NOTE_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_KB_NOTE_LINKS_V, object_name:CS_SR_KB_NOTE_LINKS_V, status:VALID, product: CS - Service , description: This view combines JTF notes with knowledge management element links and set links. Used by Oracle Support for integration from Service Requests to Knowledge Management. , implementation_dba_data: APPS.CS_SR_KB_NOTE_LINKS_V ,
-
12.2.2 DBA Data
12.2.2
-
View: CSC_SR_KB_NOTE_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_SR_KB_NOTE_LINKS_V, object_name:CSC_SR_KB_NOTE_LINKS_V, status:VALID, product: CSC - Customer Care , description: This view combines JTF notes with knowledge management element links and set links. Used by Oracle Support for integration from Service Requests to Knowledge Management. , implementation_dba_data: APPS.CSC_SR_KB_NOTE_LINKS_V ,