Search Results incident_last_modified_date
Overview
The APPS.CS_SERVICE_REQUEST_PUB_V view is a public database view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes service request (incident) data from the Oracle TeleService and Customer Care modules in a denormalized, human-readable form that is suitable for custom reporting and integration use. Because it is defined as a public view, Oracle supports its use by custom code for read-only reporting purposes, allowing developers and analysts to query service request information without writing directly against the underlying transactional base tables.
The view consolidates information that would otherwise require multiple joins across incident, party, resource, and inventory tables. It is registered with the FND Design Data as CS.CS_SERVICE_REQUEST_PUB_V, and metadata indicates a VALID status. A key column of interest is INCIDENT_LAST_MODIFIED_DATE, which records the date on which the incident (service request) was last modified — a value commonly used to identify recently changed tickets for incremental reporting or extract processing.
Underlying Base Objects
According to documented view metadata, CS_SERVICE_REQUEST_PUB_V is defined over the following base objects: CSI_ITEM_INSTANCES, CS_INCIDENTS_ALL_TL, CS_INCIDENTS_B_SEC, CS_INCIDENT_SEVERITIES_TL, CS_INCIDENT_STATUSES_TL, CS_INCIDENT_TYPES_TL, CS_INCIDENT_URGENCIES_TL, FND_LOOKUP_VALUES, HZ_CUST_ACCOUNTS, HZ_PARTIES, JTF_RS_GROUPS_TL, JTF_RS_RESOURCE_EXTNS_TL, and MTL_SYSTEM_ITEMS_KFV.
The central transactional source is the CS_INCIDENTS base tables. Column comments confirm that SERVICE_REQUEST_NUMBER, SERVICE_REQUEST_ID, SERVICE_REQUEST_SUMMARY, and OBJECT_VERSION_NUMBER originate from the CS_INCIDENTS_ALL_B table. The _TL tables provide translated, language-specific descriptions for severity, status, type, and urgency, which the view resolves to display-ready text. HZ_CUST_ACCOUNTS and HZ_PARTIES supply customer and party context, while JTF_RS_GROUPS_TL and JTF_RS_RESOURCE_EXTNS_TL resolve group and resource owner names. CSI_ITEM_INSTANCES and MTL_SYSTEM_ITEMS_KFV link service requests to installed items and inventory item numbers.
Key Columns
- ROW_ID and SERVICE_REQUEST_ID: unique identifiers for the service request record.
- SERVICE_REQUEST_NUMBER: the user-visible service request (incident) number.
- SERVICE_REQUEST_SUMMARY: brief textual description of the incident.
- INCIDENT_LAST_MODIFIED_DATE: the date on which the incident was last modified; useful for change tracking.
- REPORTED_DATE, INCIDENT_DATE, RESOLVED_ON_DATE, DATE_CLOSED, RESPONDED_ON_DATE: lifecycle milestone dates.
- RESOLVE_BY_DATE and RESPOND_BY_DATE: service-level target dates.
- STATUS, SEVERITY, URGENCY, SERVICE_REQUEST_TYPE: descriptive classifications resolved from translated lookup tables.
- OPEN_FLAG: indicator of whether the service request is open or closed.
- OWNER_NAME and GROUP_OWNER_NAME: resource and group owner identifications.
- ITEM_NUMBER and ITEM_R: inventory item associated with the incident.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: standard Who columns.
Common Use Cases and Queries
Typical uses include building custom service request dashboards, extracting incident data to external reporting warehouses, and measuring response or resolution performance against target dates. The INCIDENT_LAST_MODIFIED_DATE column is frequently used to drive incremental extracts.
For example, to retrieve recently modified open service requests:
- SELECT SERVICE_REQUEST_NUMBER, SERVICE_REQUEST_SUMMARY, STATUS, SEVERITY, INCIDENT_LAST_MODIFIED_DATE FROM APPS.CS_SERVICE_REQUEST_PUB_V WHERE OPEN_FLAG = 'Y' AND INCIDENT_LAST_MODIFIED_DATE >= SYSDATE - 7 ORDER BY INCIDENT_LAST_MODIFIED_DATE DESC;
To analyze resolution performance:
- SELECT SERVICE_REQUEST_NUMBER, REPORTED_DATE, RESOLVED_ON_DATE, RESOLVE_BY_DATE FROM APPS.CS_SERVICE_REQUEST_PUB_V WHERE RESOLVED_ON_DATE IS NOT NULL;
Because the view draws on several base objects, queries should be filtered and indexed carefully when used within high-volume reporting processes.
-
VIEW: APPS.CS_SERVICE_REQUEST_PUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SERVICE_REQUEST_PUB_V, object_name:CS_SERVICE_REQUEST_PUB_V, status:VALID,
-
VIEW: APPS.CS_SERVICE_REQUEST_PUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SERVICE_REQUEST_PUB_V, object_name:CS_SERVICE_REQUEST_PUB_V, status:VALID,
-
VIEW: CS.CS_INCIDENTS_ALL_B#
12.2.2
-
APPS.CS_SR_ACCOUNT_MERGE_PKG SQL Statements
12.2.2
-
APPS.CS_SR_ACCOUNT_MERGE_PKG SQL Statements
12.1.1
-
APPS.CS_SR_PARTY_MERGE_PKG SQL Statements
12.1.1
-
View: CS_SERVICE_REQUEST_PUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SERVICE_REQUEST_PUB_V, object_name:CS_SERVICE_REQUEST_PUB_V, status:VALID, product: CS - Service , description: Service Request , implementation_dba_data: APPS.CS_SERVICE_REQUEST_PUB_V ,
-
APPS.CS_SR_PARTY_MERGE_PKG SQL Statements
12.2.2
-
View: CS_SERVICE_REQUEST_PUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SERVICE_REQUEST_PUB_V, object_name:CS_SERVICE_REQUEST_PUB_V, status:VALID, product: CS - Service , description: Service Request , implementation_dba_data: APPS.CS_SERVICE_REQUEST_PUB_V ,
-
VIEW: CS.CS_INCIDENTS_AUDIT_B#
12.2.2
-
View: CS_INCIDENTS_B_SEC
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_ACCESS_RESP_SEC
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENTS_B_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_B_SEC, object_name:CS_INCIDENTS_B_SEC, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_INCIDENTS_B_SEC ,
-
View: CS_INCIDENTS_VL_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_VL_SEC FND.CS_INCIDENTS_VL_SEC, object_name:CS_INCIDENTS_VL_SEC, status:VALID, product: CS - Service , description: Multi-lingual Secured view based on CS_INCIDENTS_ALL_B_SEC_V view and CS_INCIDENTS_ALL_TL table. , implementation_dba_data: APPS.CS_INCIDENTS_VL_SEC ,
-
View: CS_SR_ACCESS_RESP_SEC
12.2.2
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_INCIDENTS_V_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V_SEC ,
-
View: CS_SR_INCIDENTS_V_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V_SEC ,
-
View: CS_INCIDENTS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_ALL_VL, object_name:CS_INCIDENTS_ALL_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_ALL_B and CS_INCIDENTS_ALL_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_ALL_VL ,
-
View: CS_SR_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V ,
-
View: CS_INCIDENTS_VL_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_VL_SEC FND.CS_INCIDENTS_VL_SEC, object_name:CS_INCIDENTS_VL_SEC, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_INCIDENTS_VL_SEC ,
-
View: CS_SR_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V ,
-
View: CS_INCIDENTS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_ALL_VL, object_name:CS_INCIDENTS_ALL_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_ALL_B and CS_INCIDENTS_ALL_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_ALL_VL ,
-
VIEW: CS.CS_INCIDENTS_AUDIT_B#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_INCIDENTS_AUDIT_B#, status:VALID,
-
View: CS_INCIDENTS_AUDIT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_AUDIT_B and CS_INCIDENTS_AUDIT_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_AUDIT_VL ,
-
View: CS_INCIDENTS_AUDIT_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_AUDIT_B and CS_INCIDENTS_AUDIT_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_AUDIT_VL ,
-
VIEW: APPS.CS_SR_INCIDENTS_V_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID,
-
VIEW: APPS.CS_SR_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_VL_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_VL_SEC FND.CS_INCIDENTS_VL_SEC, object_name:CS_INCIDENTS_VL_SEC, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_B_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_B_SEC, object_name:CS_INCIDENTS_B_SEC, status:VALID,
-
VIEW: APPS.CS_SR_INCIDENTS_V_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID,
-
VIEW: APPS.CS_SR_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID,
-
APPS.CS_SR_CHILD_AUDIT_PKG SQL Statements
12.1.1
-
VIEW: APPS.CS_INCIDENTS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_ALL_VL, object_name:CS_INCIDENTS_ALL_VL, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_VL_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_VL_SEC FND.CS_INCIDENTS_VL_SEC, object_name:CS_INCIDENTS_VL_SEC, status:VALID,
-
APPS.CS_SR_CHILD_AUDIT_PKG SQL Statements
12.2.2
-
VIEW: APPS.CS_INCIDENTS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_ALL_VL, object_name:CS_INCIDENTS_ALL_VL, status:VALID,
-
VIEW: CS.CS_INCIDENTS_ALL_B#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_INCIDENTS_ALL_B#, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_ACCOUNT_MERGE_PKG
12.2.2
-
TABLE: CS.CS_INCIDENTS_ALL_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_ALL_B, object_name:CS_INCIDENTS_ALL_B, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_ACCOUNT_MERGE_PKG
12.1.1
-
TABLE: CS.CS_INCIDENTS_ALL_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_ALL_B, object_name:CS_INCIDENTS_ALL_B, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_AUDIT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID,
-
TABLE: CS.CS_INCIDENTS_AUDIT_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_AUDIT_B, object_name:CS_INCIDENTS_AUDIT_B, status:VALID,
-
APPS.CS_PARTYMERGE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CS_SR_PARTY_MERGE_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_SR_PARTY_MERGE_PKG
12.2.2
-
APPS.CS_SERVICEREQUEST_PVT SQL Statements
12.1.1
-
APPS.CS_PARTYMERGE_PKG SQL Statements
12.1.1
-
VIEW: APPS.CS_INCIDENTS_AUDIT_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID,
-
TABLE: CS.CS_INCIDENTS_AUDIT_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_AUDIT_B, object_name:CS_INCIDENTS_AUDIT_B, status:VALID,