DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_MASS_ACTIONS_PKG

Line 240: ghr_mass_actions_pkg.get_noa_id_desc

236: l_pa_request_num_prefix := 'MTI';
237: End if;
238:
239: hr_utility.set_location(l_proc,35);
240: ghr_mass_actions_pkg.get_noa_id_desc
241: (p_noa_code => l_pa_request_rec.first_noa_code,
242: p_effective_date => l_pa_request_rec.effective_date,
243: p_noa_id => l_pa_request_rec.first_noa_id,
244: p_noa_desc => l_pa_request_rec.first_noa_desc

Line 254: ghr_mass_actions_pkg.replace_insertion_values

250: -- First NOA Code has insertion values. The insertion value will be
251: -- the To Agency Code the employee is transferring to.
252: -- Bug#4256022 Passed the parameter l_desc_out and reassigned its value to
253: -- l_pa_request_rec.first_noa_desc to avoid NOCOPY related problems..
254: ghr_mass_actions_pkg.replace_insertion_values
255: (p_desc => l_pa_request_rec.first_noa_desc,
256: p_information1 => l_pa_request_rec.first_noa_information1,
257: p_desc_out => l_desc_out
258: );

Line 611: ghr_mass_actions_pkg.get_personnel_officer_name

607: ,'GHR_US_WORK_SCHEDULE'
608: ,l_pa_request_rec.work_schedule
609: );
610:
611: ghr_mass_actions_pkg.get_personnel_officer_name
612: (p_personnel_office_id => l_personnel_office_id,
613: p_person_full_name => l_personnel_officer_name,
614: p_approving_off_work_title => l_approving_off_work_title);
615:

Line 833: -- ( use ghr_mass_actions_pkg.get_personnel_off_groupbox to get the groupbox_id and

829:
830:
831: -- Having got the l_1_pa_routing_history_id and l_1_prh_object_version_number
832: -- from the above procedure, use it in the ghr_prh_upd.upd to update the groupbox_id
833: -- ( use ghr_mass_actions_pkg.get_personnel_off_groupbox to get the groupbox_id and
834: -- the routing_group_id)
835: -- Also update the ghr_pa_requests with the routing_group_id passed out
836: -- ghr_par_upd.upd
837: -- If the groupbox_id is null, then rollback to create_52_for_mass_changes and then nake an

Line 842: ghr_mass_actions_pkg.get_personnel_off_groupbox(

838: -- entry in the ghr_process_log -- (not sure about this part)
839:
840: BEGIN
841:
842: ghr_mass_actions_pkg.get_personnel_off_groupbox(
843: nvl(l_pa_request_rec.from_position_id,
844: l_pa_request_rec.to_position_id),
845: l_pa_request_rec.effective_date,
846: l_groupbox_id, -- Out put parameters

Line 1063: ghr_mass_actions_pkg.get_remark_id_desc

1059:
1060: -- get remark_id remark_desc, remark_code_information1, ...
1061: hr_utility.set_location('Entering ' || l_proc,5);
1062:
1063: ghr_mass_actions_pkg.get_remark_id_desc
1064: (p_remark_code => p_remark_code,
1065: p_effective_date => trunc(nvl(p_pa_request_rec.effective_date,sysdate)),
1066: p_remark_id => l_remark_id,
1067: p_remark_desc => l_description

Line 1090: ghr_mass_actions_pkg.replace_insertion_values

1086: l_remark_code_information2 := l_retained_grade_rec.pay_plan;
1087: -- l_remark_code_information3 := l_retained_grade_rec.grade_or_level;
1088: -- Bug#4256022 Passed parameter l_description_out to the procedure call
1089: -- and reassigned it back to l_description to avoid NOCOPY related problems..
1090: ghr_mass_actions_pkg.replace_insertion_values
1091: (p_desc => l_description,
1092: p_information1 => l_remark_code_information1,
1093: p_information2 => l_remark_code_information2,
1094: p_information3 => l_remark_code_information3,