DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 2062: ghr_mass_actions_pkg.get_personnel_off_groupbox

2058:
2059: begin
2060: hr_utility.set_location('Getting Group Box ' || l_proc,170);
2061:
2062: ghr_mass_actions_pkg.get_personnel_off_groupbox
2063: (p_position_id => p_position_id
2064: ,p_effective_date => p_effective_date
2065: ,p_groupbox_id => l_groupbox_id
2066: ,p_routing_group_id => l_routing_group_id );

Line 2196: ghr_mass_actions_pkg.replace_insertion_values

2192: l_pa_request_rec.first_lac2_information5 := l_lac2.first_lac2_information5;
2193:
2194: -- First NOA Code has insertion values. (For only 879 and 885 NOAC's)
2195:
2196: ghr_mass_actions_pkg.replace_insertion_values
2197: (p_desc => l_pa_request_rec.first_noa_desc,
2198: p_information1 => l_pa_request_rec.first_noa_information1,
2199: -- Bug#3648118 Passed the local variable as OUT parameter
2200: -- because passing l_pa_request_rec.first_noa_desc as OUT parameter

Line 2295: ghr_mass_actions_pkg.get_personnel_officer_name

2291: );
2292:
2293: -- Descriptions for the codes passed in
2294: hr_utility.set_location(l_proc,110);
2295: ghr_mass_actions_pkg.get_personnel_officer_name
2296: (p_personnel_office_id => l_pa_request_rec.personnel_office_id,
2297: p_person_full_name => l_personnel_officer_name,
2298: p_approving_off_work_title => l_approving_off_work_title);
2299: