DBA Data[Home] [Help]

APPS.MISPER_WF_SYNCH_USER_ROLE dependencies on WF_EVENT_T

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

15: -- IN
16: -- the signature follows Workflow business events standards
17: -- p_subscription_guid -
18: -- IN/OUT
19: -- p_event - WF_EVENT_T which holds the data that needs to passed from/to
20: -- subscriber of the event
21: --
22: -- Original Author: Prasanna Athota
23: --

Line 26: p_event in out NOCOPY WF_EVENT_T) return varchar2;

22: -- Original Author: Prasanna Athota
23: --
24:
25: function synch_uname_to_role (p_subscription_guid in raw,
26: p_event in out NOCOPY WF_EVENT_T) return varchar2;
27: End;