Search Results incident_number_n
Overview
APPS.CSF_SR_HIST_V is a service request history view in Oracle E-Business Suite, exposed under the APPS schema and available in both 12.1.1 and 12.2.2. It presents a denormalized, presentation-ready projection of service request (SR) incident data, joining the core incident tables with customer, contact, product, and reference-code lookups. As a view rather than a table, it holds no data of its own; it derives its result set at query time from the underlying incident, instance, party, and item objects.
The view exists primarily to support service request history reporting, inquiry screens, and integration extracts where a single flat structure covering incident number, summary, status, severity, product, and customer context is preferable to assembling the underlying joins manually. Because it resolves translated reference-code names dynamically using the session language, the view returns locale-appropriate type, severity, status, and urgency descriptions.
Underlying Base Objects
The view is defined over the following documented base objects:
- CS_INCIDENTS_ALL_B and CS_INCIDENTS_ALL_TL — the incident header and its translation table, providing the driving rows and the language-dependent summary and text index.
- CS_INCIDENT_TYPES_TL, CS_INCIDENT_SEVERITIES_TL, CS_INCIDENT_STATUSES_TL, CS_INCIDENT_URGENCIES_TL — translation tables supplying the descriptive names for type, severity, status, and urgency.
- CSI_ITEM_INSTANCES — the installed base instance, supplying instance_number.
- MTL_SYSTEM_ITEMS_KFV — the key-flexfield item view, supplying product_name and product_description.
- HZ_PARTIES (aliased for both customer and contact), HZ_CONTACT_POINTS, and CS_HZ_SR_CONTACT_POINTS — supplying customer number, company name, contact name, phone, and email.
- HZ_TIMEZONES — supplying the time zone name for the incident.
- CSF_SR_TASKS_V — a further view referenced as part of the broader service request history surface.
Joins to the item instance, item flexfield, and product-related objects are outer joins, so incidents without a linked product or instance still return a row.
Key Columns
The projection includes identity, classification, and party attributes:
- row_id, incident_id, org_id — unique row locator, incident primary key, and operating unit.
- incident_number and incident_number_n — the displayed incident number and a second aliased copy of the same column. The alias incident_number_n is the exact term used in the search that led to this object; it is a duplicate projection of inc.incident_number.
- summary — the incident summary text from the translation table.
- incident_type, severity, status_code, urgency — descriptive names resolved from the translation tables in the session language.
- product_name, product_description, instance_number — item flexfield segments and installed base instance.
- company_name, customer_number, contact_name, phone, email, contact_number — customer and contact details from HZ_PARTIES and HZ_CONTACT_POINTS.
- time_zone_name, country, caller_type, group_type — supporting context attributes.
Common Use Cases and Queries
Typical usage retrieves history for a given incident or customer, or extracts SR data for reporting. A representative query filters on the aliased incident number:
SELECT incident_number_n, summary, status_code, severity, product_name, contact_name FROM apps.csf_sr_hist_v WHERE org_id = :p_org_id AND incident_number_n = :p_incident_number;
The view is also used for listing all service requests for a customer or installed instance, and for feeding service history into downstream dashboards or integration interfaces where the flattened structure reduces join complexity. Because the language-dependent lookups use USERENV('LANG'), results honor the querying session's language setting.
-
VIEW: APPS.CSF_SR_HIST_V
12.1.1
-
VIEW: APPS.CSF_SR_HIST_V
12.2.2
-
View: CS_SR_SEARCH_NO_CONT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table and in the Service History Bali Spreadtable of SR Tab , implementation_dba_data: APPS.CS_SR_SEARCH_NO_CONT_V ,
-
VIEW: APPS.CSF_SR_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SR_HIST_V, object_name:CSF_SR_HIST_V, status:VALID,
-
VIEW: APPS.CSF_SR_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SR_HIST_V, object_name:CSF_SR_HIST_V, status:VALID,
-
View: CS_SR_SEARCH_NO_CONT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table and in the Service History Bali Spreadtable of SR Tab , implementation_dba_data: APPS.CS_SR_SEARCH_NO_CONT_V ,
-
View: XNS_INCIDENTS_V
12.1.1
product: XNS - Service for Communications (obsolete) , description: Service requests and their attributes , implementation_dba_data: Not implemented in this database ,
-
View: XNS_INCIDENTS_V
12.2.2
product: XNS - Service for Communications (Obsolete) , description: Service requests and their attributes , implementation_dba_data: Not implemented in this database ,
-
View: CSF_SR_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SR_HIST_V, object_name:CSF_SR_HIST_V, status:VALID, product: CSF - Field Service , description: Service History Extension View , implementation_dba_data: APPS.CSF_SR_HIST_V ,
-
View: CSF_SR_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SR_HIST_V, object_name:CSF_SR_HIST_V, status:VALID, product: CSF - Field Service , description: Service History Extension View , implementation_dba_data: APPS.CSF_SR_HIST_V ,
-
VIEW: APPS.CS_SR_SEARCH_NO_CONT_V
12.1.1
-
View: CS_SR_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table , implementation_dba_data: APPS.CS_SR_SEARCH_V ,
-
View: CS_SR_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table , implementation_dba_data: APPS.CS_SR_SEARCH_V ,
-
View: CS_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID, product: CS - Service , description: Service requests and their attributes. This view is used by the main service request form. , implementation_dba_data: APPS.CS_INCIDENTS_V ,
-
View: CS_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID, product: CS - Service , description: Service requests and their attributes. This view is used by the main service request form. , implementation_dba_data: APPS.CS_INCIDENTS_V ,
-
VIEW: APPS.CS_INCIDENTS_V
12.1.1
-
VIEW: APPS.CS_SR_SEARCH_V
12.2.2
-
VIEW: APPS.CS_SR_SEARCH_V
12.1.1
-
VIEW: APPS.CS_INCIDENTS_V
12.2.2
-
VIEW: APPS.CS_SR_SEARCH_NO_CONT_V
12.2.2
-
VIEW: APPS.CS_SR_SEARCH_NO_CONT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID,
-
VIEW: APPS.CS_SR_SEARCH_NO_CONT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID,
-
VIEW: APPS.CS_SR_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID,
-
VIEW: APPS.CS_SR_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID,
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2