Search Results cug_incidnt_attr_vals_b
Overview
The CUG_INCIDNT_ATTR_VALS_B table is a core data object within the Oracle E-Business Suite Citizen Interaction Center (CUG) module. It functions as the primary repository for storing the runtime values of configurable Service Request (SR) attributes. These attributes are defined for specific Service Request Types, allowing for the capture of extended, type-specific information beyond the standard incident fields. The table's role is critical for enabling flexible data collection and tracking within the service request management process, directly supporting the customization of the incident handling workflow in releases 12.1.1 and 12.2.2.
Key Information Stored
The table stores the linkage between a service request, a specific attribute, and its assigned value. The primary identifier for each stored attribute value is the INCIDNT_ATTR_VAL_ID. The two most significant business key columns are SR_ATTRIBUTE_CODE, which identifies the specific configurable attribute (e.g., 'PRIORITY_CODE', 'ASSET_NUMBER'), and INCIDENT_ID, which links the value to a specific service request in the CS_INCIDENTS_ALL_B table. Together, these columns form a unique constraint (INCIDNT_ATTR_VALS_B_UK1), ensuring only one value per attribute per incident is stored. The table likely contains additional columns to hold the actual attribute value (potentially in a generic format or referenced elsewhere) and standard WHO columns for auditing.
Common Use Cases and Queries
A primary use case is generating reports that include custom SR attribute data. For instance, an organization can query all service requests of a specific type to analyze values for a custom "Resolution Code" attribute. Another common scenario involves data validation or migration scripts that need to access or update these extended attributes. A sample query to retrieve attribute values for a specific incident would be:
- SELECT sr_attribute_code, [value_column] FROM cug_incidnt_attr_vals_b WHERE incident_id = <incident_id>;
Given the user's search for "sr_attribute_code," a typical development or support task involves finding all incidents where a particular custom attribute is set: SELECT incident_id FROM cug_incidnt_attr_vals_b WHERE sr_attribute_code = '<ATTRIBUTE_CODE>';
Related Objects
The table is centrally connected to other key EBS objects through documented foreign key relationships. Its primary link to the Service Requests core table is via the INCIDENT_ID column, which references CS_INCIDENTS_ALL_B. This establishes the fundamental connection between an extended attribute value and its parent service request. For translatable attributes, the table is the source for the related Translation table, CUG_INCIDNT_ATTR_VALS_TL, which is joined using the primary key INCIDNT_ATTR_VAL_ID. This TL table stores language-specific versions of the attribute values where applicable.
-
Table: CUG_INCIDNT_ATTR_VALS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_B, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table contains the runtime values of the Service Request Attributes configured for a Service Request Type , implementation_dba_data: CUG.CUG_INCIDNT_ATTR_VALS_B ,
-
Table: CUG_INCIDNT_ATTR_VALS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_B, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table contains the runtime values of the Service Request Attributes configured for a Service Request Type , implementation_dba_data: CUG.CUG_INCIDNT_ATTR_VALS_B ,
-
APPS.CUG_INCIDNT_ATTR_VALS_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.1.1
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.1.1
-
APPS.CUG_GENERIC_WF_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CSM_SR_ATTRIBUTES_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CS_SR_DELETE_UTIL dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CSM_HA_EVENT_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CS_SR_PURGE_CP dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CS_SR_DELETE_UTIL dependencies on CUG_INCIDNT_ATTR_VALS_B
12.1.1
-
APPS.CS_CIC_ATTRIBUTE_PUB dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CUG_INCIDNT_ATTR_VALS_PKG dependencies on CUG_INCIDNT_ATTR_VALS_B
12.2.2
-
APPS.CS_SR_PURGE_CP dependencies on CUG_INCIDNT_ATTR_VALS_B
12.1.1
-
View: CUG_INCIDNT_ATTR_VALS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_VL, object_name:CUG_INCIDNT_ATTR_VALS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view for the run time attribute capture form. Joins the tables CUG_INCIDNT_ATTR_VALS_B and CUG_INCIDNT_ATTR_VALS_TL. , implementation_dba_data: APPS.CUG_INCIDNT_ATTR_VALS_VL ,
-
SYNONYM: APPS.CUG_INCIDNT_ATTR_VALS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID,
-
VIEW: APPS.CUG_INCIDNT_ATTR_VALS_VL
12.1.1
-
APPS.CUG_INCIDNT_ATTR_VALS_PKG SQL Statements
12.2.2
-
VIEW: APPS.CUG_INCIDNT_ATTR_VALS_VL
12.2.2
-
SYNONYM: APPS.CUG_INCIDNT_ATTR_VALS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID,
-
VIEW: CUG.CUG_INCIDNT_ATTR_VALS_B#
12.2.2
owner:CUG, object_type:VIEW, object_name:CUG_INCIDNT_ATTR_VALS_B#, status:VALID,
-
VIEW: CUG.CUG_INCIDNT_ATTR_VALS_B#
12.2.2
-
APPS.CUG_INCIDNT_ATTR_VALS_PKG SQL Statements
12.1.1
-
View: CUG_INCIDNT_ATTR_VALS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_VL, object_name:CUG_INCIDNT_ATTR_VALS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view for the run time attribute capture form. Joins the tables CUG_INCIDNT_ATTR_VALS_B and CUG_INCIDNT_ATTR_VALS_TL. , implementation_dba_data: APPS.CUG_INCIDNT_ATTR_VALS_VL ,
-
TABLE: CUG.CUG_INCIDNT_ATTR_VALS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_B, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID,
-
TABLE: CUG.CUG_INCIDNT_ATTR_VALS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_TL, object_name:CUG_INCIDNT_ATTR_VALS_TL, status:VALID,
-
TABLE: CUG.CUG_INCIDNT_ATTR_VALS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_TL, object_name:CUG_INCIDNT_ATTR_VALS_TL, status:VALID,
-
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
-
12.2.2 DBA Data
12.2.2
-
Table: CUG_INCIDNT_ATTR_VALS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_TL, object_name:CUG_INCIDNT_ATTR_VALS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This Table contains the Translation information for the CUG_INCIDENT_ATTR_VALS_B Table. , implementation_dba_data: CUG.CUG_INCIDNT_ATTR_VALS_TL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: CUG.CUG_INCIDNT_ATTR_VALS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_B, object_name:CUG_INCIDNT_ATTR_VALS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_INCIDNT_ATTR_VALS_PKG, status:VALID,
-
12.2.2 DBA Data
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 ,
-
Table: CUG_INCIDNT_ATTR_VALS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_INCIDNT_ATTR_VALS_TL, object_name:CUG_INCIDNT_ATTR_VALS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This Table contains the Translation information for the CUG_INCIDENT_ATTR_VALS_B Table. , implementation_dba_data: CUG.CUG_INCIDNT_ATTR_VALS_TL ,
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSM_SR_ATTRIBUTES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSM_SR_ATTRIBUTES_PKG, status:VALID,
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_INCIDNT_ATTR_VALS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CS_CIC_ATTRIBUTE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_CIC_ATTRIBUTE_PUB, status:VALID,
-
APPS.CUG_INCIDNT_ATTR_VALS_PKG dependencies on CUG_INCIDNT_ATTR_VALS_TL
12.1.1
-
PACKAGE BODY: APPS.CS_SR_PURGE_CP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_PURGE_CP, status:VALID,
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_SR_PURGE_CP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_PURGE_CP, status:VALID,