Search Results cs_incident_types_vl
Overview
The CS_INCIDENT_TYPES_VL view is a multi-lingual (ML) view owned by the APPS schema within the Oracle E-Business Suite Service (CS) product family. It exposes incident type and subtype definitions stored in the underlying base tables, joining the non-translated attributes held in CS_INCIDENT_TYPES_B with the language-specific name and description held in CS_INCIDENT_TYPES_TL. The _VL suffix conventionally denotes a "view with language" — a read-only presentation layer that automatically filters translation rows to the session's current language using USERENV('LANG'), so application code and reports do not need to apply the language predicate manually.
In the context of EBS 12.1.1 and 12.2.2, this view is a key reference object for Service Request (SR) and incident management functionality. It is the standard source from which incident type picklists, service request category lookups, and workflow routing rules are populated. Because it hides the physical split between the base (B) and translation (TL) tables, it is the preferred integration point for reports, concurrent programs, and external interfaces that must present incident type names in the user's language.
Underlying Base Objects
The view is defined over two documented base objects, both accessed through their APPS synonyms:
CS_INCIDENT_TYPES_B— the base table holding language-independent attributes, keyed byINCIDENT_TYPE_ID.CS_INCIDENT_TYPES_TL— the translation table holdingNAME,DESCRIPTION,LANGUAGE, andSOURCE_LANGfor each language installed.
The view joins the two on INCIDENT_TYPE_ID and restricts rows to T.LANGUAGE = USERENV('LANG'), yielding one translated row per type per active session language. The ROW_ID column is sourced from the base table's ROWID and is exposed for tools that reference rows by physical identifier.
Key Columns
INCIDENT_TYPE_ID— primary key identifier for the incident type; the join key between B and TL tables.INCIDENT_SUBTYPE— identifies the subtype within a type hierarchy.NAMEandDESCRIPTION— language-translated labels presented to users.LANGUAGEandSOURCE_LANG— the translation language and the source language of the base rows.START_DATE_ACTIVE/END_DATE_ACTIVE— date-range activation controls; a common filter for "currently active" types.PARENT_INCIDENT_TYPE_ID— self-referencing link establishing the type/subtype hierarchy.SEEDED_FLAG— indicates whether the row is Oracle-seeded (not user-deletable).WORKFLOWandTASK_WORKFLOW— workflow process names invoked for the incident type.WEB_ENTRY_FLAG,WEB_WORKFLOW,WEB_IMAGE_FILENAME— control self-service web entry behavior and imagery.STATUS_GROUP_ID,WEIGHT,BUSINESS_PROCESS_ID— operational attributes governing status usage, ordering, and processing.OBJECT_VERSION_NUMBER— optimistic locking column supporting the OAF/BC4J UI layer.MAINTENANCE_FLAG,CMRO_FLAG,ACTIVE_ITEM_RELATIONSHIP,DETAILED_ERECORD_REQ_FLAG— feature flags controlling maintenance, CMRO, item relationship, and e-record behavior.ATTRIBUTE1–ATTRIBUTE15andCONTEXT— the standard descriptive flexfield columns.
Common Use Cases and Queries
Typical usage includes populating incident type LOVs, driving service request creation, and reporting on configured types. A representative active-types query follows:
SELECT incident_type_id, name, description FROM cs_incident_types_vl WHERE (start_date_active IS NULL OR start_date_active <= SYSDATE) AND (end_date_active IS NULL OR end_date_active >= SYSDATE) ORDER BY name;
To retrieve subtypes for a given parent:
SELECT name, incident_subtype FROM cs_incident_types_vl WHERE parent_incident_type_id = :p_type_id;
Because the view filters on USERENV('LANG'), callers must run queries from a session whose NLS language is initialized (standard within EBS forms, OAF pages, and concurrent programs). Direct SQL*Plus access outside an EBS session may require setting NLS_LANG consistently to return the expected translation row.
-
View: CS_INCIDENT_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_TYPES_VL, object_name:CS_INCIDENT_TYPES_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENT_TYPES_B and CS_INCIDENT_TYPES_TL tables. , implementation_dba_data: APPS.CS_INCIDENT_TYPES_VL ,
-
View: CS_INCIDENT_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_TYPES_VL, object_name:CS_INCIDENT_TYPES_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENT_TYPES_B and CS_INCIDENT_TYPES_TL tables. , implementation_dba_data: APPS.CS_INCIDENT_TYPES_VL ,
-
VIEW: APPS.CS_SR_DUPLICATE_CHECK_V
12.1.1
-
VIEW: APPS.CS_SR_OCV
12.1.1
-
VIEW: APPS.CS_SR_DUPLICATE_CHECK_V
12.2.2
-
VIEW: APPS.CS_INCIDENT_TYPES_RG_V
12.2.2
-
VIEW: APPS.CS_INCIDENT_TYPES_RG_V
12.1.1
-
View: XNS_INCIDENT_LINKS_V
12.1.1
product: XNS - Service for Communications (obsolete) , description: Related service requests information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CS_SR_OCV
12.2.2
-
View: XNS_INCIDENT_LINKS_V
12.2.2
product: XNS - Service for Communications (Obsolete) , description: Related service requests information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CS_SR_LOAD_BALANCE_WT_V
12.1.1
-
VIEW: APPS.CS_SR_LOAD_BALANCE_WT_V
12.2.2
-
VIEW: APPS.CS_INCIDENTS_WORKFLOW_V
12.2.2
-
VIEW: APPS.CS_SR_PROB_CODE_MAPPING_V
12.2.2
-
VIEW: APPS.CS_SR_PROB_CODE_MAPPING_V
12.1.1
-
VIEW: APPS.CS_INCIDENTS_WORKFLOW_V
12.1.1
-
VIEW: APPS.CS_SR_RES_CODE_MAPPING_V
12.2.2
-
VIEW: APPS.CS_SR_RES_CODE_MAPPING_V
12.1.1
-
PACKAGE BODY: APPS.CS_CHARGE_CORE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_CHARGE_CORE_PVT, status:VALID,
-
VIEW: APPS.CS_NEW_INCIDENTS_V
12.2.2
-
VIEW: APPS.CS_NEW_INCIDENTS_V
12.1.1
-
PACKAGE BODY: APPS.CUG_LAUNCH_WORKFLOW_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_LAUNCH_WORKFLOW_PVT, status:VALID,
-
PACKAGE BODY: APPS.CUG_LAUNCH_WORKFLOW_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_LAUNCH_WORKFLOW_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_CHARGE_CORE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_CHARGE_CORE_PVT, status:VALID,
-
VIEW: APPS.AHL_MR_INSTANCES_V
12.1.1
-
View: CS_SR_OCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_OCV, object_name:CS_SR_OCV, status:VALID, product: CS - Service , description: This view has been created for SR extensible attributes only. , implementation_dba_data: APPS.CS_SR_OCV ,
-
APPS.CUG_LAUNCH_WORKFLOW_PVT SQL Statements
12.1.1
-
View: CS_SR_OCV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_OCV, object_name:CS_SR_OCV, status:VALID, product: CS - Service , description: This view has been created for SR extensible attributes only. , implementation_dba_data: APPS.CS_SR_OCV ,
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_INCIDNT_ATTR_VALS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CS_WORKFLOW_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_WORKFLOW_PKG, status:VALID,
-
PACKAGE BODY: APPS.CUG_SR_ATTRIBUTE_INTF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_SR_ATTRIBUTE_INTF, status:VALID,
-
PACKAGE BODY: APPS.CS_WORKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_WORKFLOW_PKG, status:VALID,
-
PACKAGE BODY: APPS.CUG_INCIDNT_ATTR_VALS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_INCIDNT_ATTR_VALS_PVT, status:VALID,
-
APPS.CUG_LAUNCH_WORKFLOW_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BIV_RT_TASK_BLOG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIV_RT_TASK_BLOG_PKG, status:VALID,
-
APPS.AHL_PRD_NONROUTINE_PUB SQL Statements
12.1.1
-
View: CS_INCIDENT_TYPES_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_TYPES_RG_V, object_name:CS_INCIDENT_TYPES_RG_V, status:VALID, product: CS - Service , description: Returns service request types for an LOV on main service request form. , implementation_dba_data: APPS.CS_INCIDENT_TYPES_RG_V ,
-
View: CS_SR_DUPLICATE_CHECK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_DUPLICATE_CHECK_V, object_name:CS_SR_DUPLICATE_CHECK_V, status:VALID, product: CS - Service , description: This view will be used as the base view for the duplicate check window in SR and SR tab , implementation_dba_data: APPS.CS_SR_DUPLICATE_CHECK_V ,
-
View: CS_INCIDENT_TYPES_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_TYPES_RG_V, object_name:CS_INCIDENT_TYPES_RG_V, status:VALID, product: CS - Service , description: Returns service request types for an LOV on main service request form. , implementation_dba_data: APPS.CS_INCIDENT_TYPES_RG_V ,
-
PACKAGE BODY: APPS.CUG_SR_ATTRIBUTE_INTF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_SR_ATTRIBUTE_INTF, status:VALID,
-
View: CS_SR_DUPLICATE_CHECK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_DUPLICATE_CHECK_V, object_name:CS_SR_DUPLICATE_CHECK_V, status:VALID, product: CS - Service , description: This view will be used as the base view for the duplicate check window in SR and SR tab , implementation_dba_data: APPS.CS_SR_DUPLICATE_CHECK_V ,
-
SYNONYM: APPS.CS_INCIDENT_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_TYPES_TL, status:VALID,
-
View: CS_SR_LOAD_BALANCE_WT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LOAD_BALANCE_WT_V, object_name:CS_SR_LOAD_BALANCE_WT_V, status:VALID, product: CS - Service , description: This view contains data of all the load balance weights. , implementation_dba_data: APPS.CS_SR_LOAD_BALANCE_WT_V ,
-
View: CS_SR_LOAD_BALANCE_WT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_LOAD_BALANCE_WT_V, object_name:CS_SR_LOAD_BALANCE_WT_V, status:VALID, product: CS - Service , description: This view contains data of all the load balance weights. , implementation_dba_data: APPS.CS_SR_LOAD_BALANCE_WT_V ,
-
VIEW: APPS.CSD_IR_REPAIR_JOBS_V
12.2.2
-
PACKAGE BODY: APPS.AHL_PRD_NONROUTINE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PRD_NONROUTINE_PUB, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_TYPES_B, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_TYPES_B, status:VALID,
-
PACKAGE BODY: APPS.AHL_UMP_SR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UMP_SR_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_PRD_NONROUTINE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PRD_NONROUTINE_PUB, status:VALID,