Search Results cs_incident_urgencies
Overview
The APPS.CS_SR_UTIL_PKG package body is a service (SR) utility package in the Oracle E-Business Suite TeleService / Service module. It is owned by the APPS schema and its status is VALID in the documented ETRM metadata. Its purpose is to provide shared utility logic that supports Service Request processing, including retrieval of default field values, resolution of related lookup data such as incident urgencies, severities, statuses and types, and helper functions used by other SR-related components.
The object is classified as an OTHER API (not a public, supported interface), meaning it is an internal implementation package used by Oracle's own Service Request forms, concurrent programs and other PL/SQL units rather than a documented integration point for customers.
Key Procedures and Functions
The documented metadata lists five procedures and functions. Their names indicate the following responsibilities:
- GET_DEFAULT_VALUES — Returns default attribute values for a Service Request, typically resolving standard defaults such as type, severity, urgency, status or owner so that the calling form or process can pre-populate fields consistently.
- GET_LAST_UPDATE_DATE — Retrieves the last update date/timestamp associated with SR data, used for change detection, cache validation or display purposes.
- GET_RELATED_STATUSES_CNT — Returns the count of statuses related to a given context (for example statuses valid for a particular incident type or cycle), supporting validation and pick-list filtering.
- SCHEDULER_IS_INSTALLED — Determines whether the Oracle Scheduler (DBMS_SCHEDULER) is installed and available, allowing the package to gate scheduler-dependent behaviour based on the database environment.
The remaining documented entry is the package body itself; no parameter lists are published in the metadata, and parameter signatures are therefore not reproduced here.
Tables Accessed
The package references the following tables through APPS synonyms, and the specific relevance of each is inferred from its role in Service Request processing:
- CS_INCIDENT_URGENCIES — The lookup of SR urgency codes that drive prioritisation and response-time calculations. This is the object associated with the search term
cs_incident_urgencies. - CS_INCIDENT_SEVERITIES — Severity codes used alongside urgency to determine SR priority.
- CS_INCIDENT_STATUSES — Valid status codes for incidents, supporting
GET_RELATED_STATUSES_CNTand related validation. - CS_INCIDENT_TYPES_RG_V_SEC — A secured view of incident types, filtered by security context.
- CS_INCIDENT_ACTIONS — Action definitions available for incidents, used when building action lists or defaults.
- CS_INCIDENT_CYCLE_STEPS — Cycle-step definitions that govern workflow progression of an SR.
- FND_APPLICATION — Application registry, used to resolve application identifiers.
- FND_PRODUCT_INSTALLATIONS — Product installation status, used together with
SCHEDULER_IS_INSTALLEDto test environment capabilities. - JTF_OBJECT_USAGES — CRM object-usage definitions, used to resolve object relationships.
Additional dependencies noted in the metadata include the views CS_SR_OWNERS_V, CS_SR_SECURITY_CONTEXT, CS_JTF_RS_RESOURCE_EXTNS_SEC, JTF_OBJECTS_VL and WF_RUNNABLE_PROCESSES_V, together with the packages CS_CORE_UTIL and FND_PROFILE.
Usage Notes
The package is invoked internally by Oracle Service Request components. Typical callers include the TeleService SR forms, concurrent programs that process or validate SR data, and other SR PL/SQL packages — the metadata confirms it is referenced by five other packages. It is not referenced by any database object outside that set, and it is not a published API.
Because it is an OTHER-classified internal package, customisation or direct invocation should be avoided. Any custom code that depends on it risks breakage on patching or upgrade. Where default values, last-update timestamps or status counts are required in a custom extension, supported public APIs or the underlying CS_INCIDENT_* tables should be queried directly instead. The dependency on SCHEDULER_IS_INSTALLED and FND_PRODUCT_INSTALLATIONS indicates the package adapts its behaviour based on whether the Oracle Scheduler is present, which is relevant when the same code runs across 12.1.1 and 12.2.2 environments.
-
PACKAGE BODY: APPS.CS_SR_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_URGENCIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_URGENCIES, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_URGENCIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_URGENCIES, status:VALID,
-
VIEW: APPS.CS_AUDIT_REPORT_VW
12.2.2
owner:APPS, object_type:VIEW, object_name:CS_AUDIT_REPORT_VW, status:VALID,
-
PACKAGE BODY: APPS.OKS_CT_EVENTS_WFA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_CT_EVENTS_WFA, status:VALID,
-
PACKAGE BODY: APPS.OKS_CT_EVENTS_WFA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_CT_EVENTS_WFA, status:VALID,
-
APPS.CS_SR_UTIL_PKG SQL Statements
12.1.1
-
APPS.CS_SR_UTIL_PKG SQL Statements
12.2.2
-
VIEW: APPS.CS_INCIDENTS_DIARY_V
12.2.2
-
VIEW: APPS.CS_INCIDENTS_DIARY_V
12.1.1
-
View: CS_INCIDENTS_DIARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_DIARY_V, object_name:CS_INCIDENTS_DIARY_V, status:VALID, product: CS - Service , description: This view is not used anymore. This has been obsoleted. Starting 11.5.6 this view will not be supported and will remain just for backward compatability. The view CS_INCIDENTS_LOG_V has some of the functionality from this view but is not a c , implementation_dba_data: APPS.CS_INCIDENTS_DIARY_V ,
-
View: CS_INCIDENTS_DIARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_DIARY_V, object_name:CS_INCIDENTS_DIARY_V, status:VALID, product: CS - Service , description: This view is not used anymore. This has been obsoleted. Starting 11.5.6 this view will not be supported and will remain just for backward compatability. The view CS_INCIDENTS_LOG_V has some of the functionality from this view but is not a c , implementation_dba_data: APPS.CS_INCIDENTS_DIARY_V ,
-
VIEW: APPS.CS_INCIDENT_URGENCIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_URGENCIES_VL, object_name:CS_INCIDENT_URGENCIES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CS_INCIDENT_URGENCIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_URGENCIES_VL, object_name:CS_INCIDENT_URGENCIES_VL, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_UTIL_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_SR_UTIL_PKG
12.2.2
-
VIEW: APPS.CS_INCIDENTS_DIARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_DIARY_V, object_name:CS_INCIDENTS_DIARY_V, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_DIARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_DIARY_V, object_name:CS_INCIDENTS_DIARY_V, status:VALID,
-
APPS.CS_SR_UTIL_PKG dependencies on CS_INCIDENT_URGENCIES
12.1.1
-
APPS.OKS_CT_EVENTS_WFA dependencies on CS_INCIDENT_URGENCIES
12.1.1
-
APPS.OKS_CT_EVENTS_WFA dependencies on CS_INCIDENT_URGENCIES
12.2.2
-
APPS.CS_SR_UTIL_PKG dependencies on CS_INCIDENT_URGENCIES
12.2.2
-
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
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.2.2
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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