Search Results cs_wf_event_subscriptions_pkg
Overview
The APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG package is a service-related PL/SQL package in Oracle E-Business Suite, owned by the APPS schema and classified as an OTHER API in the ETRM repository. Its name indicates that it manages workflow event subscriptions within the Service (CS) module, defining and processing the associations between business events raised in the Service application and the workflow subscriptions that respond to those events. In EBS 12.1.1 and 12.2.2, workflow event subscriptions are the mechanism by which the Oracle Workflow Business Event System routes event messages to subscribing functions, and this package encapsulates that registration and handling logic for Service events.
The object is reported with a VALID status and exposes both a package specification and a package body. Its dependency footprint is narrow: it references WF_EVENT_T, the standard Oracle Workflow event message type, and the SYS STANDARD package. The documented API classification is OTHER, meaning Oracle does not publish this as a supported public interface; it is an internal implementation package.
Key Procedures and Functions
Two documented procedures constitute the entry points of this package:
- CS_SR_VERIFY_ALL — The procedure is associated with verification logic for Service Request processing. Based on its name and the package context, it drives validation checks that must be satisfied before Service Request workflow notifications or event-driven actions are dispatched.
- CS_SR_SENDNTF_TO_NONFS_TASK — The procedure dispatches a notification relating to a Service Request to a non-field-service task. It is the routine that bridges Service Request activity with the task records maintained in the JTF task tables, ensuring that notification content is delivered to the appropriate task recipients.
No parameter lists are documented in the ETRM metadata, and none are reproduced here. The ETRM record lists only these two program units as the documented procedures and functions within the package.
Tables Accessed
The package reads and writes the following tables, referenced through APPS synonyms:
- WF_EVENT_T — The Oracle Workflow event message type, used to construct, raise, or interpret business event payloads that flow through the subscription mechanism.
- JTF_RS_RESOURCE_EXTNS — Resource extension information, used to identify and validate the resource associated with a Service Request or task.
- JTF_TASKS_B — The base task table, holding the task records to which Service Request notifications are targeted.
- JTF_TASK_ASSIGNMENTS — Task assignment records, used to determine the owner or assignee of the non-field-service task receiving the notification.
- JTF_TASK_AUDITS_B — The task audit base table, written to capture an audit trail as notification or task state changes occur.
- JTF_TASK_TYPES_B — Task type definitions, used to classify the task and confirm that the notification is directed to a non-field-service task type.
Together these tables support the full notification path: event payload in, resource and task identification, task type qualification, assignment resolution, and audit logging.
Usage Notes
The package is not referenced by any other documented package, and it is not exposed as a supported public API. It is invoked internally by the Service Request workflow and by the Oracle Workflow Business Event System when the subscriptions it manages are triggered. In practice, customizations should avoid calling it directly; instead, Service Request workflow configuration, subscription definitions, and task notification setup should be maintained through the supported Service and Workflow configuration tools. Because the ETRM metadata documents no parameters and no formal API classification, any custom invocation carries upgrade risk across 12.1.1 and 12.2.2 and should be validated against the actual package specification in the target instance.
-
PACKAGE: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_WF_EVENT_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_WF_EVENT_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.2.2
-
PACKAGE: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_WF_EVENT_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_WF_EVENT_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE: APPS.CS_SR_STATUS_PROPAGATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_SR_STATUS_PROPAGATION_PKG, status:VALID,
-
PACKAGE: APPS.CS_SR_STATUS_PROPAGATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_SR_STATUS_PROPAGATION_PKG, status:VALID,
-
PACKAGE: APPS.CS_WORKFLOW_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_WORKFLOW_PUB, status:VALID,
-
PACKAGE: APPS.CS_WORKFLOW_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_WORKFLOW_PUB, status:VALID,
-
SYNONYM: APPS.JTF_TASK_AUDITS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_AUDITS_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_AUDITS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_AUDITS_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_TYPES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_TYPES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.JTF_TASK_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.JTF_TASK_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.1.1
-
SYNONYM: APPS.WF_EVENT_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_EVENT_T, status:VALID,
-
PACKAGE BODY: APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.2.2
-
VIEW: APPS.JTF_TASK_STATUSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_STATUSES_VL, object_name:JTF_TASK_STATUSES_VL, status:VALID,
-
PACKAGE: APPS.WF_NOTIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_NOTIFICATION, status:VALID,
-
PACKAGE: APPS.WF_NOTIFICATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WF_NOTIFICATION, status:VALID,
-
VIEW: APPS.JTF_TASK_STATUSES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_STATUSES_VL, object_name:JTF_TASK_STATUSES_VL, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_B, status:VALID,
-
SYNONYM: APPS.JTF_TASKS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASKS_B, status:VALID,
-
TYPE: APPS.WF_EVENT_T
12.1.1
owner:APPS, object_type:TYPE, object_name:WF_EVENT_T, status:VALID,
-
VIEW: APPS.JTF_TASK_AUDITS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_AUDITS_VL, object_name:JTF_TASK_AUDITS_VL, status:VALID,
-
VIEW: APPS.JTF_TASK_AUDITS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_AUDITS_VL, object_name:JTF_TASK_AUDITS_VL, status:VALID,
-
APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG dependencies on CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.2.2
-
APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG dependencies on CS_WF_EVENT_SUBSCRIPTIONS_PKG
12.1.1
-
VIEW: APPS.JTF_TASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASKS_VL, object_name:JTF_TASKS_VL, status:VALID,
-
VIEW: APPS.JTF_TASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASKS_VL, object_name:JTF_TASKS_VL, status:VALID,
-
SYNONYM: APPS.JTF_RS_RESOURCE_EXTNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID,
-
SYNONYM: APPS.JTF_RS_RESOURCE_EXTNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID,
-
APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG dependencies on WF_EVENT_T
12.1.1
-
APPS.CS_WF_EVENT_SUBSCRIPTIONS_PKG dependencies on WF_EVENT_T
12.2.2
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_API, status:VALID,