DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on GHR_POIS

Line 38: ,p_gbx_user_id out nocopy ghr_pois.person_id%TYPE

34: PROCEDURE Get_emp_personnel_groupbox ( p_position_id IN number
35: ,p_effective_date IN date
36: ,p_groupbox_name out nocopy varchar2
37: ,p_personnel_office_id out nocopy ghr_pa_requests.personnel_office_id%TYPE
38: ,p_gbx_user_id out nocopy ghr_pois.person_id%TYPE
39: );
40: --
41: --
42: PROCEDURE Get_par_details ( p_pa_request_id in number

Line 124: ,p_gbx_user_id in ghr_pois.person_id%TYPE);

120: procedure update_sf52_action_taken(p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE
121: ,p_routing_group_id in ghr_pa_requests.routing_group_id%type
122: ,p_groupbox_id in ghr_pa_routing_history.groupbox_id%type
123: ,p_action_taken in ghr_pa_routing_history.action_taken%TYPE
124: ,p_gbx_user_id in ghr_pois.person_id%TYPE);
125: --
126: --
127: procedure perofc_approval_required ( itemtype in varchar2,
128: itemkey in varchar2,