DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on PER_ASSIGNMENTS_F

Line 112: (p_position_id in per_assignments_f.position_id%type,

108: p_supervisory_diff_perc out nocopy number,
109: p_staffing_differential out nocopy number);
110:
111: procedure get_sub_element_code_pos_title
112: (p_position_id in per_assignments_f.position_id%type,
113: p_person_id in number,
114: p_business_group_id in per_assignments_f.business_group_id%type,
115: p_assignment_id in per_assignments_f.assignment_id%type,
116: p_effective_date in date,

Line 114: p_business_group_id in per_assignments_f.business_group_id%type,

110:
111: procedure get_sub_element_code_pos_title
112: (p_position_id in per_assignments_f.position_id%type,
113: p_person_id in number,
114: p_business_group_id in per_assignments_f.business_group_id%type,
115: p_assignment_id in per_assignments_f.assignment_id%type,
116: p_effective_date in date,
117: p_sub_element_code out nocopy varchar2,
118: p_position_title out nocopy varchar2,

Line 115: p_assignment_id in per_assignments_f.assignment_id%type,

111: procedure get_sub_element_code_pos_title
112: (p_position_id in per_assignments_f.position_id%type,
113: p_person_id in number,
114: p_business_group_id in per_assignments_f.business_group_id%type,
115: p_assignment_id in per_assignments_f.assignment_id%type,
116: p_effective_date in date,
117: p_sub_element_code out nocopy varchar2,
118: p_position_title out nocopy varchar2,
119: p_position_number out nocopy varchar2,

Line 146: procedure get_pos_grp1_ddf (p_position_id in per_assignments_f.position_id%type,

142: FUNCTION check_grade_retention(p_prd in varchar2
143: ,p_person_id in number
144: ,p_effective_date in date) return varchar2;
145:
146: procedure get_pos_grp1_ddf (p_position_id in per_assignments_f.position_id%type,
147: p_effective_date in date,
148: p_pos_ei_data out nocopy per_position_extra_info%rowtype);
149:
150: procedure create_mass_act_prev (

Line 172: p_position_id in per_assignments_f.position_id%type,

168: p_tot_old_sal in number,
169: p_tot_new_sal in number,
170: p_old_auo_pay in number,
171: p_new_auo_pay in number,
172: p_position_id in per_assignments_f.position_id%type,
173: p_position_title in varchar2,
174: -- FWFA Changes Bug#4444609
175: p_position_number in varchar2,
176: p_position_seq_no in varchar2,

Line 233: p_position_id in per_assignments_f.position_id%type,

229: p_tot_old_sal in number,
230: p_tot_new_sal in number,
231: p_old_auo_pay in number,
232: p_new_auo_pay in number,
233: p_position_id in per_assignments_f.position_id%type,
234: p_position_title in varchar2,
235: -- FWFA Changes Bug#4444609
236: p_position_number in varchar2,
237: p_position_seq_no in varchar2,