Skip Headers
Oracle Workflow Developer's Guide
Release 2.6.3
Part Number B10284-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Generic Service Component Framework Control Events
Start Event
The Generic Service Component Framework uses this event to start a service component.
Internal Name |
oracle.apps.fnd.cp.gsc.SvcComponent.start |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
Refresh Event
The Generic Service Component Framework uses this event to refresh a running service component with new parameter values, for those parameters that can be dynamically refreshed.
Internal Name |
oracle.apps.fnd.cp.gsc.SvcComponent.refresh |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
Suspend Event
The Generic Service Component Framework uses this event to suspend processing for a running service component.
Internal Name |
oracle.apps.fnd.cp.gsc.SvcComponent.suspend |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
Resume Event
The Generic Service Component Framework uses this event to resume processing for a suspended service component.
Internal Name |
oracle.apps.fnd.cp.gsc.SvcComponent.resume |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
Stop Event
The Generic Service Component Framework uses this event to stop a running service component.
Internal Name |
oracle.apps.fnd.cp.gsc.SvcComponent.stop |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
GSC Business Event System Control Group
This event group contains control events for Generic Service Component Framework internal processing. Events in this group are meant to be placed on the WF_CONTROL queue for middle tier processes to dequeue.
Internal Name |
oracle.apps.fnd.cp.gsc.bes.control.group |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
Members |
oracle.apps.fnd.cp.gsc.SvcComponent.start |
|
oracle.apps.fnd.cp.gsc.SvcComponent.refresh |
|
oracle.apps.fnd.cp.gsc.SvcComponent.suspend |
|
oracle.apps.fnd.cp.gsc.SvcComponent.resume |
|
oracle.apps.fnd.cp.gsc.SvcComponent.stop |
Oracle Workflow provides one default subscription to the GSC Business Event System Control Group. This subscription places the event message on the standard WF_CONTROL queue when one of the group member events is raised locally. Middle tier subscribers to this queue can then dequeue the event message. This subscription is enabled by default. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
Local |
Event Filter |
oracle.apps.fnd.cp.gsc.bes.control.group |
Phase |
50 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_rule.error_rule |
Out Agent |
WF_CONTROL@<local system> |
Priority |
Normal |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Core |
See Also
To Define an Event Subscription
For more information about the Generic Service Component Framework, please refer to the Oracle Applications Manager online help or the Oracle Enterprise Manager online help.
Copyright © 2003 Oracle Corporation.
All rights reserved.