DBA Data[Home] [Help]

APPS.WF_UTIL dependencies on STANDARD

Line 9: ** standard oracle.apps.wf.callback.delay event and

5: ** call_me_later - Executes your callback at the specified future date,
6: ** passing in the specified parameter list.
7: **
8: ** It does this by embedding the information into the
9: ** standard oracle.apps.wf.callback.delay event and
10: ** placing it on the deferred queue,
11: **
12: ** The callback parameter must be fully described as
13: ** . and your routine must have the

Line 26: ** call_me_later_rf - Implements the rule-function for the standard

22: p_when in date,
23: p_parameters in wf_parameter_list_t default null);
24: --------------------------------------------------------------------------
25: /*
26: ** call_me_later_rf - Implements the rule-function for the standard
27: ** subscription on the oracle.apps.wf.callback.delay
28: ** event. This rule-function is responsibile for
29: ** calling the callback, passing in your parameter info.
30: */