Search Results cug_tsk_typ_attr_maps_b
Overview
The table CUG_TSK_TYP_ATTR_MAPS_B is a core data entity within the Oracle E-Business Suite Citizen Interaction Center (CUG) module. It functions as a mapping or junction table that formally defines the association between a Task Type and its permissible Task Attributes. This table is essential for configuring the task management framework, enabling administrators to define which custom attributes are available for specific types of service requests or interactions. It provides the structural metadata that dictates data capture and validation rules for tasks within the CUG application, ensuring data integrity and consistency across task-related transactions in both EBS 12.1.1 and 12.2.2 environments.
Key Information Stored
The table's primary purpose is to store unique mappings, enforced by its primary and unique key constraints. The key columns are:
- TSK_TYP_ATTR_MAP_ID: The primary key (PK) surrogate identifier for each unique mapping record.
- TASK_TYPE_ID: A foreign key column referencing the JTF_TASK_TYPES_B table. This identifies the specific task type (e.g., "Site Inspection," "Complaint Investigation") to which attributes are assigned.
- TASK_TYPE_ATTRIBUTE_CODE: A code identifying the specific attribute (e.g., "PRIORITY_LEVEL," "ESTIMATED_DURATION") associated with the task type. Together with TASK_TYPE_ID, this forms a unique key (UK1), preventing duplicate attribute assignments for the same task type.
These columns collectively establish a controlled, many-to-many relationship between task types and their extended attributes.
Common Use Cases and Queries
This table is central to setup, reporting, and data validation. A common administrative use case is querying all attributes configured for a given task type to verify setup or troubleshoot data entry screens. For example:
SELECT map.task_type_attr_map_id, map.task_type_id, map.task_type_attribute_code, tl.meaning
FROM cug_tsk_typ_attr_maps_b map,
cug_tsk_typ_attr_maps_tl tl
WHERE map.task_type_id = :p_task_type_id
AND map.tsk_typ_attr_map_id = tl.tsk_typ_attr_map_id
AND tl.language = USERENV('LANG');
Another critical use case involves data integrity validation for custom reporting. Analysts often join this table to the transactional table CUG_SR_TASK_ATTR_VALS_B to report on captured attribute values, ensuring they only report on valid, configured attribute mappings. Performance tuning may also require analyzing the volume of mappings or identifying task types with a high number of associated attributes.
Related Objects
CUG_TSK_TYP_ATTR_MAPS_B sits at the center of a defined relational model within the CUG module:
- Parent Reference (Foreign Key):
- JTF_TASK_TYPES_B: The table CUG_TSK_TYP_ATTR_MAPS_B references this core EBS task type definition table via the column
TASK_TYPE_ID. This ensures a task type must exist before attributes can be mapped to it.
- JTF_TASK_TYPES_B: The table CUG_TSK_TYP_ATTR_MAPS_B references this core EBS task type definition table via the column
- Child Dependencies (Referenced by Foreign Keys):
- CUG_SR_TASK_ATTR_VALS_B: This transactional table stores the actual values entered for task attributes. It references CUG_TSK_TYP_ATTR_MAPS_B via the column
TASK_TYPE_ATTR_MAP_ID, ensuring every stored value corresponds to a valid, pre-defined attribute mapping. - CUG_TSK_TYP_ATTR_MAPS_TL: This is the Translation table for CUG_TSK_TYP_ATTR_MAPS_B. It holds multilingual descriptions for the attribute mappings and references the base table via the column
TSK_TYP_ATTR_MAP_ID.
- CUG_SR_TASK_ATTR_VALS_B: This transactional table stores the actual values entered for task attributes. It references CUG_TSK_TYP_ATTR_MAPS_B via the column
-
Table: CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the Task Attributes associated with a Task Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_B ,
-
Table: CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the Task Attributes associated with a Task Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_B ,
-
APPS.CUG_WF_EMAIL_UTIL dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
-
APPS.CUG_WF_EMAIL_UTIL dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
-
View: CUG_TSK_TYP_ATTR_MAPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Task Type Attribute capture form. Joins the tables CUG_TSK_TYP_ATTR_MAPS_B and CUG_TSK_TYP_ATTR_MAPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_MAPS_VL ,
-
Table: CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_TL ,
-
Table: CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_TL ,
-
TRIGGER: APPS.CUG_TSK_TYP_ATTR_MAPS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CUG_TSK_TYP_ATTR_MAPS_B+, status:VALID,
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.1.1
-
VIEW: CUG.CUG_TSK_TYP_ATTR_MAPS_B#
12.2.2
owner:CUG, object_type:VIEW, object_name:CUG_TSK_TYP_ATTR_MAPS_B#, status:VALID,
-
View: CUG_TSK_TYP_ATTR_MAPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Task Type Attribute capture form. Joins the tables CUG_TSK_TYP_ATTR_MAPS_B and CUG_TSK_TYP_ATTR_MAPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_MAPS_VL ,
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID,
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID,
-
TRIGGER: APPS.CUG_TSK_TYP_ATTR_MAPS_B+
12.2.2
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.2.2
-
12.1.1 FND Design 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 ,
-
VIEW: CUG.CUG_TSK_TYP_ATTR_MAPS_B#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: CUG.CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID,
-
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 ,
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG SQL Statements
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG SQL Statements
12.1.1
-
TABLE: CUG.CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
TABLE: CUG.CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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_MAPS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_MAPS_PKG, status:VALID,
-
FUNCTION: APPS.CUG_TSK_TYP_ATTR_MAPS_B=
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
FUNCTION: APPS.CUG_TSK_TYP_ATTR_MAPS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CUG_TSK_TYP_ATTR_MAPS_B=, status:VALID,
-
PACKAGE BODY: APPS.CUG_WF_EMAIL_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_WF_EMAIL_UTIL, status:VALID,
-
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: 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_MAPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_MAPS_PKG, status:VALID,
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
-
PACKAGE BODY: APPS.CUG_WF_EMAIL_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_WF_EMAIL_UTIL, status:VALID,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.2.2