Search Results cug_tsk_typ_attr_deps_b
Overview
The CUG_TSK_TYP_ATTR_DEPS_B table is a core data structure within the Oracle E-Business Suite Citizen Interaction Center (CUG) module. It functions as a master repository for defining and storing dependency rules that govern the relationship between task types and service request attributes for a given service request type. This table is essential for enforcing business logic where specific attributes of a service request (incident) dictate or are linked to the creation and properties of associated tasks. Its role is to maintain referential integrity and configuration data that drives the automated linkage between service requests and their corresponding workflow tasks in both Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary purpose is to store dependency definitions. The central column is the surrogate primary key, TSK_TYP_ATTR_DEP_ID, which uniquely identifies each dependency rule. Two critical foreign key columns establish the core relationship: TASK_TYPE_ID references a specific task type from JTF_TASK_TYPES_B, and INCIDENT_TYPE_ID references a specific service request type from CS_INCIDENT_TYPES_B. Together, these columns define which task type is applicable for a given type of service request. While the provided metadata does not list all columns, the table's description implies it likely contains additional columns to specify the particular service request attribute(s) involved and the nature of the dependency condition.
Common Use Cases and Queries
This table is primarily accessed during the service request creation and task generation processes. A common operational query would retrieve all task type dependencies configured for a specific service request type to validate or display available task actions. For reporting and administration, queries often join this table to its related entities to audit configuration. A typical pattern is:
- Identifying configured dependencies:
SELECT dep.TSK_TYP_ATTR_DEP_ID, tt.NAME TASK_TYPE, it.NAME INCIDENT_TYPE FROM CUG.CUG_TSK_TYP_ATTR_DEPS_B dep, JTF_TASK_TYPES_B tt, CS_INCIDENT_TYPES_B it WHERE dep.TASK_TYPE_ID = tt.TASK_TYPE_ID AND dep.INCIDENT_TYPE_ID = it.INCIDENT_TYPE_ID; - Troubleshooting task generation failures by verifying dependencies exist for a given incident and task type combination.
- Supporting data migration or upgrade scripts where custom dependency rules must be preserved or analyzed.
Related Objects
The CUG_TSK_TYP_ATTR_DEPS_B table sits at the center of a defined relational model. It references two foundational EBS tables and is referenced by three CUG-specific transactional and descriptive tables.
- Referenced Tables (Foreign Keys from CUG_TSK_TYP_ATTR_DEPS_B):
- JTF_TASK_TYPES_B: Via
TASK_TYPE_ID. Links the dependency to the standard Oracle task type. - CS_INCIDENT_TYPES_B: Via
INCIDENT_TYPE_ID. Links the dependency to the standard Oracle service request type.
- JTF_TASK_TYPES_B: Via
- Referencing Tables (Foreign Keys to CUG_TSK_TYP_ATTR_DEPS_B):
- CUG_SR_TASK_ATTR_VALS_B: Via
TSK_TYP_ATTR_DEPEND_ID. Likely stores specific attribute values tied to this dependency rule. - CUG_SR_TASK_TYPE_DETS_B: Via
TSK_TYP_ATTR_DEP_ID. Likely stores additional details for the task type linked to a service request. - CUG_TSK_TYP_ATTR_DEPS_TL: Via
TSK_TYP_ATTR_DEP_ID. The translation table that provides user-readable descriptions for the dependency rule in multiple languages.
- CUG_SR_TASK_ATTR_VALS_B: Via
-
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 ,
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_B
12.1.1
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_B
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_B
12.1.1
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_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
-
View: CUG_TSK_TYP_ATTR_DEPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_VL, object_name:CUG_TSK_TYP_ATTR_DEPS_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_TSK_TYP_ATTR_DEPS_B and CUG_TSK_TYP_ATTR_DEPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_DEPS_VL ,
-
Table: CUG_TSK_TYP_ATTR_DEPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_TL, object_name:CUG_TSK_TYP_ATTR_DEPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation table for CUG_TSK_TYP_ATTR_DEPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_DEPS_TL ,
-
Table: CUG_TSK_TYP_ATTR_DEPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_TL, object_name:CUG_TSK_TYP_ATTR_DEPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation table for CUG_TSK_TYP_ATTR_DEPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_DEPS_TL ,
-
VIEW: CUG.CUG_TSK_TYP_ATTR_DEPS_B#
12.2.2
owner:CUG, object_type:VIEW, object_name:CUG_TSK_TYP_ATTR_DEPS_B#, status:VALID,
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_DEPS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_DEPS_B, status:VALID,
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_DEPS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_DEPS_B, status:VALID,
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG SQL Statements
12.1.1
-
View: CUG_TSK_TYP_ATTR_DEPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_VL, object_name:CUG_TSK_TYP_ATTR_DEPS_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_TSK_TYP_ATTR_DEPS_B and CUG_TSK_TYP_ATTR_DEPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_DEPS_VL ,
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG SQL Statements
12.2.2
-
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 ,
-
VIEW: APPS.CUG_TSK_TYP_ATTR_DEPS_VL
12.2.2
-
VIEW: CUG.CUG_TSK_TYP_ATTR_DEPS_B#
12.2.2
-
VIEW: APPS.CUG_TSK_TYP_ATTR_DEPS_VL
12.1.1
-
TABLE: CUG.CUG_TSK_TYP_ATTR_DEPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_TL, object_name:CUG_TSK_TYP_ATTR_DEPS_TL, status:VALID,
-
TABLE: CUG.CUG_TSK_TYP_ATTR_DEPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_DEPS_TL, object_name:CUG_TSK_TYP_ATTR_DEPS_TL, status:VALID,
-
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.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_TASK_TYPES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_TYPES_B, object_name:JTF_TASK_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_TYPES stores all task types. , implementation_dba_data: JTF.JTF_TASK_TYPES_B ,
-
Table: CUG_SR_TASK_ATTR_VALS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_ATTR_VALS_B, object_name:CUG_SR_TASK_ATTR_VALS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the values of Task Type Attributes for a Service Request Type. , implementation_dba_data: CUG.CUG_SR_TASK_ATTR_VALS_B ,
-
TABLE: CUG.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,
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_TASK_TYPES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_TYPES_B, object_name:JTF_TASK_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_TYPES stores all task types. , implementation_dba_data: JTF.JTF_TASK_TYPES_B ,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_DEPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_DEPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_DEPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_DEPS_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
Table: CUG_SR_TASK_ATTR_VALS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_SR_TASK_ATTR_VALS_B, object_name:CUG_SR_TASK_ATTR_VALS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the values of Task Type Attributes for a Service Request Type. , implementation_dba_data: CUG.CUG_SR_TASK_ATTR_VALS_B ,
-
TABLE: CUG.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,
-
Table: CS_INCIDENT_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_TYPES_B, object_name:CS_INCIDENT_TYPES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request type codes. , implementation_dba_data: CS.CS_INCIDENT_TYPES_B ,
-
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 ,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_DEPS_PKG
12.1.1
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_TL
12.1.1
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_DEPS_PKG
12.2.2
-
Table: CS_INCIDENT_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_TYPES_B, object_name:CS_INCIDENT_TYPES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request type codes. , implementation_dba_data: CS.CS_INCIDENT_TYPES_B ,
-
APPS.CUG_TSK_TYP_ATTR_DEPS_PKG dependencies on CUG_TSK_TYP_ATTR_DEPS_TL
12.2.2