DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on WF_EVENT_T

Line 308: -- p_event - WF_EVENT_T which holds the data that needs to passed from/to

304: -- IN
305: -- the signature follows Workflow business events standards
306: -- p_subscription_guid - Run/Cancel/Timeout
307: -- IN/OUT
308: -- p_event - WF_EVENT_T which holds the data that needs to passed from/to
309: -- subscriber of the event
310: --
311:
312:

Line 313: function set_event_object( p_event in out NOCOPY WF_EVENT_T,

309: -- subscriber of the event
310: --
311:
312:
313: function set_event_object( p_event in out NOCOPY WF_EVENT_T,
314: p_attr_name in VARCHAR2 DEFAULT NULL,
315: p_attr_value in VARCHAR2 DEFAULT NULL)
316: return varchar2;
317: