DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on PER_ASSIGNMENTS_F

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

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

Line 116: p_business_group_id in per_assignments_f.business_group_id%type,

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

Line 117: p_assignment_id in per_assignments_f.assignment_id%type,

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

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

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

Line 176: p_position_id in per_assignments_f.position_id%type,

172: p_tot_old_sal in number,
173: p_tot_new_sal in number,
174: p_old_auo_pay in number,
175: p_new_auo_pay in number,
176: p_position_id in per_assignments_f.position_id%type,
177: p_position_title in varchar2,
178: -- FWFA Changes Bug#4444609
179: p_position_number in varchar2,
180: p_position_seq_no in varchar2,

Line 239: p_position_id in per_assignments_f.position_id%type,

235: p_tot_old_sal in number,
236: p_tot_new_sal in number,
237: p_old_auo_pay in number,
238: p_new_auo_pay in number,
239: p_position_id in per_assignments_f.position_id%type,
240: p_position_title in varchar2,
241: -- FWFA Changes Bug#4444609
242: p_position_number in varchar2,
243: p_position_seq_no in varchar2,