DBA Data[Home] [Help]

APPS.WF_NOTIFICATION_UTIL dependencies on WF_EVENT_T

Line 34: avalue in wf_event_t);

30: -- avalue - New value for attribute
31: --
32: procedure SetAttrEvent (nid in number,
33: aname in varchar2,
34: avalue in wf_event_t);
35:
36: -- GetAttrEvent Bug# 2376197
37: -- Get the value of a event notification attribute.
38: -- Attribute must be a EVENT-type attribute.

Line 47: return wf_event_t;

43: -- Attribute value
44:
45: function GetAttrEvent (nid in number,
46: aname in varchar2)
47: return wf_event_t;
48:
49:
50: FUNCTION denormalize_rf(p_subscription_guid in raw,
51: p_event in out nocopy wf_event_t)

Line 51: p_event in out nocopy wf_event_t)

47: return wf_event_t;
48:
49:
50: FUNCTION denormalize_rf(p_subscription_guid in raw,
51: p_event in out nocopy wf_event_t)
52: return varchar2;
53:
54: function CheckIllegalChar(bindparam in varchar2,
55: raise_error in boolean default null)