DBA Data[Home] [Help]

APPS.WF_RULE dependencies on WF_EVENT_T

Line 34: p_event in out nocopy wf_event_t) return varchar2;

30: * @rep:compatibility S
31: * @rep:ihelp FND/@evrulapis#a_evrullog See the related online help
32: */
33: FUNCTION log(p_subscription_guid in raw,
34: p_event in out nocopy wf_event_t) return varchar2;
35: ---------------------------------------------------------------------------
36: /*
37: ** error - no-op. Returns ERROR.
38: */

Line 55: p_event in out nocopy wf_event_t) return varchar2;

51: * @rep:compatibility S
52: * @rep:ihelp FND/@evrulapis#a_evrullog See the related online help
53: */
54: FUNCTION error(p_subscription_guid in raw,
55: p_event in out nocopy wf_event_t) return varchar2;
56: ---------------------------------------------------------------------------
57: /*
58: ** warning - no-op. Returns WARNING.
59: */

Line 76: p_event in out nocopy wf_event_t) return varchar2;

72: * @rep:compatibility S
73: * @rep:ihelp FND/@evrulapis#a_evrulwar See the related online help
74: */
75: FUNCTION warning(p_subscription_guid in raw,
76: p_event in out nocopy wf_event_t) return varchar2;
77: ---------------------------------------------------------------------------
78: /*
79: ** success - no-op. Returns SUCCESS.
80: */

Line 95: p_event in out nocopy wf_event_t) return varchar2;

91: * @rep:compatibility S
92: * @rep:ihelp FND/@evrulapis#a_evrulsuc See the related online help
93: */
94: FUNCTION success(p_subscription_guid in raw,
95: p_event in out nocopy wf_event_t) return varchar2;
96: ---------------------------------------------------------------------------
97: /*
98: ** default_rule - default dispatch functionality for subscription processing
99: **

Line 128: p_event in out nocopy wf_event_t) return varchar2;

124: * @rep:compatibility S
125: * @rep:ihelp FND/@evrulapis#a_evruldef See the related online help
126: */
127: FUNCTION default_rule(p_subscription_guid in raw,
128: p_event in out nocopy wf_event_t) return varchar2;
129:
130: ---------------------------------------------------------------------------
131: /*
132: ** default_rule2 - Executes default_rule only if the subscription contains

Line 156: p_event in out nocopy wf_event_t)

152: * @rep:compatibility S
153: * @rep:ihelp FND/@evrulapis#a_evruldeftw See the related online help
154: */
155: FUNCTION default_rule2(p_subscription_guid in raw,
156: p_event in out nocopy wf_event_t)
157:
158: return varchar2;
159: ---------------------------------------------------------------------------
160: /*

Line 188: p_event in out nocopy wf_event_t) return varchar2;

184: * @rep:compatibility S
185: * @rep:ihelp FND/@evrulapis#a_evrulwfp See the related online help
186: */
187: FUNCTION workflow_protocol(p_subscription_guid in raw,
188: p_event in out nocopy wf_event_t) return varchar2;
189: ----------------------------------------------------------------------------
190: /*
191: ** error_rule - dispatch functionality for error subscription processing
192: **

Line 219: p_event in out nocopy wf_event_t) return varchar2;

215: * @rep:compatibility S
216: * @rep:ihelp FND/@evrulapis#a_evrulerul See the related online help
217: */
218: FUNCTION error_rule(p_subscription_guid in raw,
219: p_event in out nocopy wf_event_t) return varchar2;
220: ----------------------------------------------------------------------------
221: /*
222: ** setParametersIntoParameterList - Set Subscription Parameters into Parameter List
223: **

Line 244: p_event in out nocopy wf_event_t) return varchar2;

240: * @rep:compatibility S
241: * @rep:ihelp FND/@evrulapis#a_evrulspipl See the related online help
242: */
243: FUNCTION setParametersIntoParameterList(p_subscription_guid in raw,
244: p_event in out nocopy wf_event_t) return varchar2;
245: ----------------------------------------------------------------------------
246: --Bug 2193561
247: /*
248: **

Line 269: p_event in out nocopy wf_event_t)

265: * @rep:compatibility S
266: * @rep:ihelp FND/@evrulapis#a_evrulsntf See the related online help
267: */
268: FUNCTION SendNotification (p_subscription_guid in raw,
269: p_event in out nocopy wf_event_t)
270: return varchar2;
271:
272: -----------------------------------------------------------------------------
273: --Bug 2786192

Line 300: p_event in out nocopy wf_event_t)

296: * @rep:compatibility S
297: * @rep:ihelp FND/@evrulapis#a_evruldefth See the related online help
298: */
299: FUNCTION default_rule3(p_subscription_guid in raw,
300: p_event in out nocopy wf_event_t)
301: return varchar2;
302:
303: /* Bug 2472743
304: This rule function can be used to restart multiple Workflow process waiting

Line 322: p_event in out nocopy wf_event_t)

318: * @rep:compatibility S
319: * @rep:ihelp FND/@evrulapis#a_evrulidr See the related online help
320: */
321: FUNCTION instance_default_rule(p_subscription_guid in raw,
322: p_event in out nocopy wf_event_t)
323: return varchar2;
324:
325: ----------------------------------------------------------------------------
326:

Line 354: p_event in out nocopy wf_event_t)

350: * @rep:compatibility S
351: * @rep:ihelp FND/@evrulapis#a_evruldeftw See the related online help
352: */
353: FUNCTION default_rule_or(p_subscription_guid in raw,
354: p_event in out nocopy wf_event_t)
355:
356: return varchar2;
357:
358: /*