Search Results cs_sr_link_types_b
Overview
The CS_SR_LINK_TYPES_B table is a core master data table within the Oracle E-Business Suite Service (CS) module, specifically for releases 12.1.1 and 12.2.2. It serves as the central repository for defining and managing all valid relationship types between business objects within the service request ecosystem. Its primary role is to govern how service requests (SRs) can be linked to other service requests and to other business entities, such as tasks, orders, or contracts. By providing a controlled list of link types, it ensures data integrity and consistency when creating associations between records, which is fundamental for tracking dependencies, hierarchies, and related issues in a service management context.
Key Information Stored
The table stores the structural definition of each relationship type. The primary identifier is the LINK_TYPE_ID, a unique system-generated key. A critical column is RECIPROCAL_LINK_TYPE_ID, which establishes a self-referential foreign key to another row within the same table. This mechanism allows the definition of bidirectional relationships; for example, a "Parent Of" link type would have a reciprocal "Child Of" link type. Other columns typically include active status indicators, user-defined codes, and creation/modification metadata. As noted in the documentation, the user-facing description or name of the link type is not stored in this base table but is maintained in the translation table, CS_SR_LINK_TYPES_TL, to support multiple languages.
Common Use Cases and Queries
This table is primarily referenced in transactional and configuration contexts. Administrators use it to set up or modify the list of available relationships in the application. Common reporting and validation queries involve joining this table to transactional link tables. For instance, to generate a report of all service request links with their descriptive type names, a typical SQL pattern would join CS_INCIDENT_LINKS to CS_SR_LINK_TYPES_B and its translation table. Another key use case is within the setup of Service Request Action Plans (CS_SR_ACTION_DETAILS) and Triggers (CS_SR_ACTION_TRIGGERS), where specific relationship types can be configured to automatically create follow-up actions. A sample query to list all active link types and their reciprocals is:
- SELECT lt.LINK_TYPE_ID, tl.MEANING, lt.RECIPROCAL_LINK_TYPE_ID FROM CS_SR_LINK_TYPES_B lt, CS_SR_LINK_TYPES_TL tl WHERE lt.LINK_TYPE_ID = tl.LINK_TYPE_ID AND tl.LANGUAGE = USERENV('LANG');
Related Objects
The CS_SR_LINK_TYPES_B table has extensive relationships with other Service module objects, as documented by its foreign key constraints. It is referenced by the following key tables:
- CS_INCIDENT_LINKS: The primary transactional table that stores actual links between service requests and other objects, using LINK_TYPE_ID to validate the relationship.
- CS_SR_ACTION_DETAILS & CS_SR_ACTION_TRIGGERS: These configuration tables use RELATIONSHIP_TYPE_ID to define automated actions based on specific link types.
- CS_SR_LINK_TYPES_TL: The translation table that provides the descriptive name (MEANING) for each LINK_TYPE_ID.
- CS_SR_LINK_VALID_OBJ: Likely a validation table that restricts which object types (e.g., SR, Task) can be used with a given link type.
- Self-Reference: The table references itself via RECIPROCAL_LINK_TYPE_ID to define paired relationship types.
-
Table: CS_SR_LINK_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_B, object_name:CS_SR_LINK_TYPES_B, status:VALID, product: CS - Service , description: This table is used to store all the valid relationship Types between service request and service request and between service request and other business objects. The relationship description is stored in the translation table CS_SR_LINK_TY , implementation_dba_data: CS.CS_SR_LINK_TYPES_B ,
-
Table: CS_SR_LINK_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_B, object_name:CS_SR_LINK_TYPES_B, status:VALID, product: CS - Service , description: This table is used to store all the valid relationship Types between service request and service request and between service request and other business objects. The relationship description is stored in the translation table CS_SR_LINK_TY , implementation_dba_data: CS.CS_SR_LINK_TYPES_B ,
-
APPS.CS_SR_LINK_TYPES_PKG dependencies on CS_SR_LINK_TYPES_B
12.2.2
-
APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_SR_LINK_TYPES_B
12.1.1
-
APPS.CS_INCIDENTLINKS_PVT dependencies on CS_SR_LINK_TYPES_B
12.1.1
-
APPS.CS_SR_LINK_TYPES_PKG dependencies on CS_SR_LINK_TYPES_B
12.1.1
-
APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_SR_LINK_TYPES_B
12.2.2
-
APPS.CS_INCIDENTLINKS_PVT dependencies on CS_SR_LINK_TYPES_B
12.2.2
-
VIEW: CS.CS_SR_LINK_TYPES_B#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_SR_LINK_TYPES_B#, status:VALID,
-
SYNONYM: APPS.CS_SR_LINK_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_SR_LINK_TYPES_B, status:VALID,
-
TRIGGER: APPS.CS_SR_LINK_TYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CS_SR_LINK_TYPES_B+, status:VALID,
-
TRIGGER: APPS.CS_SR_LINK_TYPES_B+
12.2.2
-
SYNONYM: APPS.CS_SR_LINK_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_SR_LINK_TYPES_B, status:VALID,
-
View: CS_SR_LINK_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LINK_TYPES_VL, object_name:CS_SR_LINK_TYPES_VL, status:VALID, product: CS - Service , description: View has information of service request relationship types. This view is based on CS_SR_LINK_TYPES_B and _TL and is used to select the translated name and description. New for 1159. , implementation_dba_data: APPS.CS_SR_LINK_TYPES_VL ,
-
VIEW: APPS.CS_SR_LINK_TYPES_VL
12.2.2
-
VIEW: CS.CS_SR_LINK_TYPES_B#
12.2.2
-
View: CS_SR_LINK_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LINK_TYPES_VL, object_name:CS_SR_LINK_TYPES_VL, status:VALID, product: CS - Service , description: View has information of service request relationship types. This view is based on CS_SR_LINK_TYPES_B and _TL and is used to select the translated name and description. New for 1159. , implementation_dba_data: APPS.CS_SR_LINK_TYPES_VL ,
-
VIEW: APPS.CS_SR_LINK_TYPES_VL
12.1.1
-
FUNCTION: APPS.CS_SR_LINK_TYPES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CS_SR_LINK_TYPES_B=, status:VALID,
-
FUNCTION: APPS.CS_SR_LINK_TYPES_B=
12.2.2
-
Table: CS_SR_ACTION_TRIGGERS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ACTION_TRIGGERS, object_name:CS_SR_ACTION_TRIGGERS, status:VALID, product: CS - Service , description: This table contains event-condition details for all event rules. , implementation_dba_data: CS.CS_SR_ACTION_TRIGGERS ,
-
VIEW: APPS.CS_SR_LINK_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LINK_TYPES_VL, object_name:CS_SR_LINK_TYPES_VL, status:VALID,
-
Table: CS_SR_LINK_TYPES_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_TL, object_name:CS_SR_LINK_TYPES_TL, status:VALID, product: CS - Service , description: This table has all the translation attributes for the base link type table, CS_SR_LINK_TYPES_B.It store the name and description of each link type. , implementation_dba_data: CS.CS_SR_LINK_TYPES_TL ,
-
Table: CS_SR_LINK_TYPES_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_TL, object_name:CS_SR_LINK_TYPES_TL, status:VALID, product: CS - Service , description: This table has all the translation attributes for the base link type table, CS_SR_LINK_TYPES_B.It store the name and description of each link type. , implementation_dba_data: CS.CS_SR_LINK_TYPES_TL ,
-
Table: CS_SR_ACTION_TRIGGERS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ACTION_TRIGGERS, object_name:CS_SR_ACTION_TRIGGERS, status:VALID, product: CS - Service , description: This table contains event-condition details for all event rules. , implementation_dba_data: CS.CS_SR_ACTION_TRIGGERS ,
-
PACKAGE BODY: APPS.CS_SR_LINK_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_LINK_TYPES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: CS_INCIDENT_LINKS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_LINKS, object_name:CS_INCIDENT_LINKS, status:VALID, product: CS - Service , description: Service Request can be linked to another Service Request or to any other object defined in JTF Objects. This link information is stored in this table. , implementation_dba_data: CS.CS_INCIDENT_LINKS ,
-
Table: CS_SR_ACTION_DETAILS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ACTION_DETAILS, object_name:CS_SR_ACTION_DETAILS, status:VALID, product: CS - Service , description: Table contains action details associated to all event rules. , implementation_dba_data: CS.CS_SR_ACTION_DETAILS ,
-
Table: CS_SR_ACTION_DETAILS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ACTION_DETAILS, object_name:CS_SR_ACTION_DETAILS, status:VALID, product: CS - Service , description: Table contains action details associated to all event rules. , implementation_dba_data: CS.CS_SR_ACTION_DETAILS ,
-
PACKAGE BODY: APPS.CS_INCIDENTLINKS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_INCIDENTLINKS_UTIL, status:VALID,
-
VIEW: APPS.CS_SR_LINK_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LINK_TYPES_VL, object_name:CS_SR_LINK_TYPES_VL, status:VALID,
-
APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_SR_LINK_VALID_OBJ
12.1.1
-
APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_SR_LINK_VALID_OBJ
12.2.2
-
PACKAGE BODY: APPS.CS_INCIDENTLINKS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_INCIDENTLINKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_INCIDENTLINKS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_INCIDENTLINKS_UTIL, status:VALID,
-
APPS.CS_SR_LINK_TYPES_PKG SQL Statements
12.2.2
-
Table: CS_SR_LINK_VALID_OBJ
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_VALID_OBJ, object_name:CS_SR_LINK_VALID_OBJ, status:VALID, product: CS - Service , description: Stores link types and the objects (in JTF Objects) that can be linked with the type. Links are restricted in use to only a selected number of objects. For eg. a SR **cannot** be a 'Duplicate Of' a Defect, it can only be a 'Duplicate Of' ano , implementation_dba_data: CS.CS_SR_LINK_VALID_OBJ ,
-
APPS.CS_SR_LINK_TYPES_PKG SQL Statements
12.1.1
-
Table: CS_INCIDENT_LINKS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_LINKS, object_name:CS_INCIDENT_LINKS, status:VALID, product: CS - Service , description: Service Request can be linked to another Service Request or to any other object defined in JTF Objects. This link information is stored in this table. , implementation_dba_data: CS.CS_INCIDENT_LINKS ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CS_INCIDENTLINKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_INCIDENTLINKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_LINK_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_LINK_TYPES_PKG, status:VALID,
-
Table: CS_SR_LINK_VALID_OBJ
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_VALID_OBJ, object_name:CS_SR_LINK_VALID_OBJ, status:VALID, product: CS - Service , description: Stores link types and the objects (in JTF Objects) that can be linked with the type. Links are restricted in use to only a selected number of objects. For eg. a SR **cannot** be a 'Duplicate Of' a Defect, it can only be a 'Duplicate Of' ano , implementation_dba_data: CS.CS_SR_LINK_VALID_OBJ ,
-
APPS.CS_INCIDENTLINKS_UTIL SQL Statements
12.2.2
-
APPS.CS_INCIDENTLINKS_UTIL SQL Statements
12.1.1
-
APPS.CS_SR_LINK_TYPES_PKG dependencies on CS_SR_LINK_TYPES_TL
12.2.2
-
TABLE: CS.CS_SR_LINK_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_B, object_name:CS_SR_LINK_TYPES_B, status:VALID,
-
TABLE: CS.CS_SR_LINK_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_LINK_TYPES_B, object_name:CS_SR_LINK_TYPES_B, status:VALID,
-
APPS.CS_SR_LINK_TYPES_PKG dependencies on CS_SR_LINK_TYPES_TL
12.1.1