172: --
173: -- In Parameters:
174: -- Name Reqd Type Description
175: -- p_subscription_guid Yes raw GUID of the subscription
176: -- p_event Yes wf_event_t
177: --
178: -- Post Success:
179: --
180: -- Post Failure:
184: --
185: -- {End Of Comments}
186: --
187: function default_rule(p_subscription_guid in RAW,
188: p_event in out nocopy wf_event_t)
189: return varchar2;
190: --
191: end hr_api_wf_events;