Search Results cs_incident_actions_v
Overview
CS_SR_UTIL_PKG is a service-request utility package in the APPS schema within Oracle E-Business Suite, part of the Oracle Service (TeleService) application. Its role is to centralize the retrieval of default and reference values required when creating and processing service requests (incidents) and related customer-support activities. Rather than requiring calling code to re-query configuration tables individually, the package resolves the applicable setup attributes — request type, severity, urgency, owner, status, group, and resource type — that drive incident lifecycle behavior. This makes it the primary programmatic gateway for obtaining service-request defaults, thereby enforcing consistent behavior across forms, workflows, and custom integrations.
Key Procedures and Functions
The package exposes both legacy and overloaded interfaces, customarily declared with IN OUT NOCOPY parameters, so that callers supply known values and receive resolved defaults for the rest. The documented members are:
- GET_DEFAULT_VALUES — The core routine for resolving default values for a service request. It returns type, severity, urgency, owner, and status identifiers and display names (with their related IDs). It is overloaded: the extended signature additionally resolves group type, group type name, group owner, group mandatory flag, resource type, incident-owner-mandatory flag, and maintenance/CMRO flags. The overload was introduced to support expanded service-request setup requirements.
- GET_LAST_UPDATE_DATE — Returns the last update date associated with a referenced setup record, allowing callers to detect configuration changes and manage caching or staleness logic.
- GET_RELATED_STATUSES_CNT — Returns a count of statuses related to a given incident or cycle, supporting status-transition validation and workflow branch decisions.
- SCHEDULER_IS_INSTALLED — Determines whether the scheduling component is installed, enabling conditional processing when scheduling is unavailable.
Tables Accessed
The package reads service configuration and reference data through APPS synonyms, including:
- CS_INCIDENT_ACTIONS, CS_INCIDENT_CYCLE_STEPS, and CS_INCIDENT_STATUSES — status and cycle-step definitions used to resolve default status and count related statuses.
- CS_INCIDENT_SEVERITIES and CS_INCIDENT_URGENCIES — severity and urgency reference values returned by GET_DEFAULT_VALUES.
- FND_APPLICATION and FND_PRODUCT_INSTALLATIONS — application registration and installation status, supporting feature availability checks such as SCHEDULER_IS_INSTALLED.
- JTF_OBJECT_USAGES — object-usage configuration that determines applicable defaults for the service-request context.
These accesses are typically read-oriented; the package resolves configuration rather than maintaining transactional incident data.
Usage Notes
CS_SR_UTIL_PKG is invoked when defaulting setup values for service-request entry, whether from the TeleService incident forms, workflow activities, or custom PL/SQL integrations. Because the overloaded GET_DEFAULT_VALUES signature accepts IN OUT NOCOPY parameters, callers must initialize the arguments they already know and pass variables for the values the package populates. The package is referenced by five other application packages, indicating it functions as a shared utility layer rather than an end-user API. Customizations should not modify the package directly; instead, callers should treat its declared signatures as a stable interface and account for multiple getter overloads when writing code against it.
-
PACKAGE: APPS.CS_SR_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_SR_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_SEVERITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_SEVERITIES, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_ACTIONS, status:VALID,
-
PACKAGE: APPS.CS_SR_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_SR_UTIL_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_SEVERITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_SEVERITIES, status:VALID,
-
PACKAGE: APPS.CS_WORKFLOW_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_WORKFLOW_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_ACTIONS, status:VALID,
-
PACKAGE: APPS.CS_WORKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_WORKFLOW_PKG, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_STATUSES, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_STATUSES, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_TYPES, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_TYPES, status:VALID,
-
APPS.CS_WORKFLOW_PKG SQL Statements
12.1.1
-
APPS.CS_WORKFLOW_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CS_INCIDENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CS_INCIDENT_ACTIONS_V, status:VALID,
-
VIEW: APPS.CS_INCIDENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CS_INCIDENT_ACTIONS_V, status:VALID,
-
APPS.CS_WF_ACTIVITIES_PKG SQL Statements
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CS_WORKFLOW_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_WORKFLOW_PKG
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_CUSTOMER_PRODUCTS
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENTS_V
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENTS_V
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on JTF_TASKS_V
12.1.1
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENTS_V
12.2.2
-
APPS.CS_WORKFLOW_PKG dependencies on HZ_LOCATIONS
12.2.2
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENT_TYPES_VL
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_CUSTOMER_PRODUCTS
12.1.1
-
APPS.CS_WORKFLOW_PKG dependencies on HZ_PARTY_SITES
12.2.2
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENTS_V
12.1.1
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENT_TYPES_VL
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on MTL_SYSTEM_ITEMS_KFV
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on MTL_SYSTEM_ITEMS_KFV
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on JTF_TASKS_V
12.2.2
-
APPS.CS_WORKFLOW_PKG dependencies on HZ_PARTY_SITES
12.1.1
-
APPS.CS_WORKFLOW_PKG dependencies on HZ_LOCATIONS
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENT_TYPES
12.2.2
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENT_TYPES
12.1.1
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENT_TYPES
12.2.2
-
APPS.CS_WORKFLOW_PKG dependencies on CS_INCIDENT_TYPES
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENT_STATUSES
12.1.1
-
APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENT_STATUSES
12.2.2
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
PACKAGE BODY: APPS.CS_WF_ACTIVITIES_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_WF_ACTIVITIES_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1