Search Results cug_sr_task_type_dets_b
Overview
The CUG_SR_TASK_TYPE_DETS_B table is a core data object within the Oracle E-Business Suite (EBS) Citizen Interaction Center (CUG) module. It functions as a configuration table that defines and stores additional, operational details for task types associated with specific Service Request (SR) types. This table enables the systematic assignment of default attributes, such as priority, status, and ownership, to tasks that are automatically generated when a service request of a particular type is created or updated. Its role is critical for standardizing and automating task management workflows within the broader service request lifecycle.
Key Information Stored
The table's primary key is the SR_TASK_TYPE_DET_ID, which uniquely identifies each configuration record. Based on the documented foreign key relationships, the table stores several key foreign key references that define a task's default properties. These include the TASK_STATUS_ID (linking to JTF_TASK_STATUSES_B), the TASK_PRIORITY_ID (linking to JTF_TASK_PRIORITIES_B), and the OWNER_ID. The OWNER_ID is a polymorphic column that can reference a group (JTF_RS_GROUPS_B), a resource (JTF_RS_RESOURCE_EXTNS), or a team (JTF_RS_TEAMS_B) to define the default task owner. An additional foreign key, TSK_TYP_ATTR_DEP_ID, links to CUG_TSK_TYP_ATTR_DEPS_B, suggesting the table can also store dependencies or conditional attributes for task types.
Common Use Cases and Queries
A primary use case is the administrative setup of service request types, where an implementer configures which automatic tasks are generated and their default parameters. For reporting, this table is essential for analyzing the linkage between service request types and their associated task workflows. A common query pattern involves joining this table to its related lookup tables to retrieve a human-readable description of the configured task defaults.
SELECT sr_det.SR_TASK_TYPE_DET_ID,
status.NAME TASK_STATUS,
priority.NAME TASK_PRIORITY,
grp.GROUP_NAME OWNER_GROUP
FROM CUG.CUG_SR_TASK_TYPE_DETS_B sr_det,
JTF.JTF_TASK_STATUSES_B status,
JTF.JTF_TASK_PRIORITIES_B priority,
JTF.JTF_RS_GROUPS_B grp
WHERE sr_det.TASK_STATUS_ID = status.TASK_STATUS_ID
AND sr_det.TASK_PRIORITY_ID = priority.TASK_PRIORITY_ID
AND sr_det.OWNER_ID = grp.GROUP_ID;
Related Objects
The table maintains integral relationships with several other EBS objects. Its primary key is referenced by the translated description table, CUG_SR_TASK_TYPE_DETS_TL, via the SR_TASK_TYPE_DET_ID column. As documented, it has foreign key dependencies on the following tables:
- CUG_TSK_TYP_ATTR_DEPS_B via TSK_TYP_ATTR_DEP_ID
- JTF_TASK_STATUSES_B via TASK_STATUS_ID
- JTF_RS_GROUPS_B via OWNER_ID
- JTF_RS_RESOURCE_EXTNS via OWNER_ID
- JTF_TASK_PRIORITIES_B via TASK_PRIORITY_ID
- JTF_RS_TEAMS_B via OWNER_ID
-
Table: CUG_SR_TASK_TYPE_DETS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_B, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This table is used to hold additional details about the Task Type for a Service Request Type , implementation_dba_data: CUG.CUG_SR_TASK_TYPE_DETS_B ,
-
Table: CUG_SR_TASK_TYPE_DETS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_B, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This table is used to hold additional details about the Task Type for a Service Request Type , implementation_dba_data: CUG.CUG_SR_TASK_TYPE_DETS_B ,
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG dependencies on CUG_SR_TASK_TYPE_DETS_B
12.1.1
-
APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on CUG_SR_TASK_TYPE_DETS_B
12.2.2
-
APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on CUG_SR_TASK_TYPE_DETS_B
12.1.1
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG dependencies on CUG_SR_TASK_TYPE_DETS_B
12.2.2
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_SR_TASK_TYPE_DETS_B
12.1.1
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_SR_TASK_TYPE_DETS_B
12.2.2
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_B
12.1.1
-
Table: CUG_SR_TASK_TYPE_DETS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_TL, object_name:CUG_SR_TASK_TYPE_DETS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This Table holds the translated values for the CUG_SR_TASK_TYPE_DETS_B Table , implementation_dba_data: CUG.CUG_SR_TASK_TYPE_DETS_TL ,
-
Table: CUG_SR_TASK_TYPE_DETS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_TL, object_name:CUG_SR_TASK_TYPE_DETS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This Table holds the translated values for the CUG_SR_TASK_TYPE_DETS_B Table , implementation_dba_data: CUG.CUG_SR_TASK_TYPE_DETS_TL ,
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_B
12.2.2
-
VIEW: APPS.CUG_SR_TASK_TYPE_DETS_VL
12.2.2
-
SYNONYM: APPS.CUG_SR_TASK_TYPE_DETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID,
-
VIEW: CUG.CUG_SR_TASK_TYPE_DETS_B#
12.2.2
owner:CUG, object_type:VIEW, object_name:CUG_SR_TASK_TYPE_DETS_B#, status:VALID,
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.CUG_SR_TASK_TYPE_DETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID,
-
View: CUG_SR_TASK_TYPE_DETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_VL, object_name:CUG_SR_TASK_TYPE_DETS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Service Reqiest Type- Task Type Attribute capture form. Joins the tables CUG_SR_TASK_TYPE_DETS_B and CUG_SR_TASK_TYPE_DETS_TL. , implementation_dba_data: APPS.CUG_SR_TASK_TYPE_DETS_VL ,
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: CUG_SR_TASK_TYPE_DETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_VL, object_name:CUG_SR_TASK_TYPE_DETS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Service Reqiest Type- Task Type Attribute capture form. Joins the tables CUG_SR_TASK_TYPE_DETS_B and CUG_SR_TASK_TYPE_DETS_TL. , implementation_dba_data: APPS.CUG_SR_TASK_TYPE_DETS_VL ,
-
VIEW: APPS.CUG_SR_TASK_TYPE_DETS_VL
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CUG Tables and Views
12.1.1
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
eTRM - CUG Tables and Views
12.2.2
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
Table: JTF_TASK_STATUSES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_STATUSES_B, object_name:JTF_TASK_STATUSES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_STATUSES stores all the task statuses. , implementation_dba_data: JTF.JTF_TASK_STATUSES_B ,
-
VIEW: CUG.CUG_SR_TASK_TYPE_DETS_B#
12.2.2
-
Table: JTF_TASK_PRIORITIES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_PRIORITIES_B, object_name:JTF_TASK_PRIORITIES_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information for all task priorities. , implementation_dba_data: JTF.JTF_TASK_PRIORITIES_B ,
-
Table: CUG_TSK_TYP_ATTR_DEPS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_B, object_name:CUG_TSK_TYP_ATTR_DEPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the dependencies between Task Type and Service Request Attributes for a Service Request Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_DEPS_B ,
-
Table: CUG_TSK_TYP_ATTR_DEPS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_B, object_name:CUG_TSK_TYP_ATTR_DEPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the dependencies between Task Type and Service Request Attributes for a Service Request Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_DEPS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
Table: JTF_TASK_STATUSES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_STATUSES_B, object_name:JTF_TASK_STATUSES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_STATUSES stores all the task statuses. , implementation_dba_data: JTF.JTF_TASK_STATUSES_B ,
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_TASK_PRIORITIES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_PRIORITIES_B, object_name:JTF_TASK_PRIORITIES_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information for all task priorities. , implementation_dba_data: JTF.JTF_TASK_PRIORITIES_B ,
-
Table: JTF_RS_TEAMS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_B, object_name:JTF_RS_TEAMS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_TEAMS_B stores general information about a given Team. , implementation_dba_data: JTF.JTF_RS_TEAMS_B ,
-
PACKAGE BODY: APPS.CUG_SR_TASK_TYPE_DETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_SR_TASK_TYPE_DETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CUG_SR_TASK_TYPE_DETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_SR_TASK_TYPE_DETS_PKG, status:VALID,
-
Table: JTF_RS_TEAMS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_B, object_name:JTF_RS_TEAMS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_TEAMS_B stores general information about a given Team. , implementation_dba_data: JTF.JTF_RS_TEAMS_B ,
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG dependencies on CUG_SR_TASK_TYPE_DETS_TL
12.1.1
-
TABLE: CUG.CUG_SR_TASK_TYPE_DETS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_B, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID,
-
TABLE: CUG.CUG_SR_TASK_TYPE_DETS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_TYPE_DETS_B, object_name:CUG_SR_TASK_TYPE_DETS_B, status:VALID,
-
PACKAGE BODY: APPS.CS_EA_AUTOGEN_TASKS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_EA_AUTOGEN_TASKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_EA_AUTOGEN_TASKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_EA_AUTOGEN_TASKS_PVT, status:VALID,
-
APPS.CUG_SR_TASK_TYPE_DETS_PKG dependencies on CUG_SR_TASK_TYPE_DETS_TL
12.2.2