DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_PKG dependencies on PER_PEOPLE_F

Line 44: p_person_id in per_people_f.person_id%TYPE,

40: PROCEDURE get_pa_request_id_ovn
41: (
42: p_mass_award_id in ghr_mass_awards.mass_award_id%TYPE,
43: p_effective_date in date,
44: p_person_id in per_people_f.person_id%TYPE,
45: p_pa_request_id out nocopy ghr_pa_requests.pa_request_id%TYPE,
46: p_pa_notification_id out nocopy ghr_pa_requests.pa_notification_id%TYPE,
47: p_rpa_type out nocopy ghr_pa_requests.rpa_type%TYPE,
48: p_mass_action_sel_flag out nocopy ghr_pa_requests.mass_action_select_flag%TYPE,

Line 119: p_person_id in per_people_f.person_id%TYPE,

115: p_mass_award_id in ghr_mass_awards.mass_award_id%TYPE,
116: p_action_type in VARCHAR2,
117: p_rpa_type in ghr_pa_requests.rpa_type%TYPE,
118: p_effective_date in date,
119: p_person_id in per_people_f.person_id%TYPE,
120: p_pa_request_rec in out nocopy ghr_pa_requests%rowtype ,
121: p_log_text out nocopy varchar2,
122: p_maxcheck out nocopy number
123: );

Line 131: p_person_id in per_people_f.person_id%TYPE,

127: p_mass_award_id in ghr_mass_awards.mass_award_id%TYPE,
128: p_action_type in varchar2,
129: p_rpa_type in ghr_pa_requests.rpa_type%TYPE,
130: p_effective_date in date,
131: p_person_id in per_people_f.person_id%TYPE,
132: p_assignment_id in per_assignments_f.assignment_id%TYPE,
133: p_position_id in hr_positions_f.position_id%TYPE,
134: p_grade_id in number,
135: p_location_id in hr_locations.location_id%TYPE,

Line 148: p_person_id in per_people_f.person_id%TYPE,

144: (
145: p_mass_award_id in ghr_mass_awards.mass_award_id%TYPE,
146: p_rpa_type in ghr_pa_requests.rpa_type%TYPE,
147: p_effective_date in date,
148: p_person_id in per_people_f.person_id%TYPE,
149: p_pa_request_id in ghr_pa_requests.pa_request_id%type
150: );
151:
152: PROCEDURE del_elig_flag_aft_selection