DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on PER_PEOPLE_F

Line 28: function get_next_approver ( p_person_id in per_people_f.person_id%type

24: p_routing_group_desc out nocopy varchar2
25: ) ;
26: --
27: --
28: function get_next_approver ( p_person_id in per_people_f.person_id%type
29: ,p_effective_date in ghr_pa_requests.effective_date%TYPE
30: )
31: return ghr_pa_routing_history.user_name%TYPE;
32: --