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 is

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 is
27:
28: Cursor C_User_Person (p_in_party_id in number, p_in_effective_start_date in date) is
29: Select distinct person_id,business_group_id,effective_start_date,effective_end_date
30: from per_all_people_f