DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 2072: ghr_mass_actions_pkg.get_personnel_off_groupbox

2068:
2069: begin
2070: hr_utility.set_location('Getting Group Box ' || l_proc,170);
2071:
2072: ghr_mass_actions_pkg.get_personnel_off_groupbox
2073: (p_position_id => p_position_id
2074: ,p_effective_date => p_effective_date
2075: ,p_groupbox_id => l_groupbox_id
2076: ,p_routing_group_id => l_routing_group_id );

Line 2206: ghr_mass_actions_pkg.replace_insertion_values

2202: l_pa_request_rec.first_lac2_information5 := l_lac2.first_lac2_information5;
2203:
2204: -- First NOA Code has insertion values. (For only 879 and 885 NOAC's)
2205:
2206: ghr_mass_actions_pkg.replace_insertion_values
2207: (p_desc => l_pa_request_rec.first_noa_desc,
2208: p_information1 => l_pa_request_rec.first_noa_information1,
2209: -- Bug#3648118 Passed the local variable as OUT parameter
2210: -- because passing l_pa_request_rec.first_noa_desc as OUT parameter

Line 2305: ghr_mass_actions_pkg.get_personnel_officer_name

2301: );
2302:
2303: -- Descriptions for the codes passed in
2304: hr_utility.set_location(l_proc,110);
2305: ghr_mass_actions_pkg.get_personnel_officer_name
2306: (p_personnel_office_id => l_pa_request_rec.personnel_office_id,
2307: p_person_full_name => l_personnel_officer_name,
2308: p_approving_off_work_title => l_approving_off_work_title);
2309: