DBA Data[Home] [Help]

APPS.WF_RULE dependencies on STANDARD

Line 4: * Provides standard rule functions that you can assign to event

1: package WF_RULE as
2: /* $Header: wfrules.pls 120.3 2006/04/27 03:09:47 nravindr ship $ */
3: /*#
4: * Provides standard rule functions that you can assign to event
5: * subscriptions. A rule function specifies the processing that Oracle
6: * Workflow performs when the subscription's triggering event occurs.
7: * @rep:scope public
8: * @rep:product OWF

Line 366: * standard generate function to events for demonstration and

362: */
363: /*#
364: * Generates a simple set of event data from the specified event
365: * name, event key, and parameter list. You can assign this
366: * standard generate function to events for demonstration and
367: * testing purposes. Default_Generate() generates the event data
368: * as an XML document in the following structure:
369: *
370: *

Line 378: * @rep:displayname Standard Generate Function

374: * @param p_event_key The event key
375: * @param p_parameter_list The list of parameter name and value pairs
376: * @rep:scope public
377: * @rep:lifecycle active
378: * @rep:displayname Standard Generate Function
379: * @rep:compatibility S
380: * @rep:ihelp FND/@a_evruldfgn See the related online help
381: */
382: function Default_Generate(p_event_name in varchar2,