DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_ASSIGNMENT_API

Line 4410: -- calling hr_assignment_api.update_emp_asg_criteria

4406: End if;
4407: End if;
4408:
4409: --
4410: -- calling hr_assignment_api.update_emp_asg_criteria
4411: --
4412: If l_employee_api_update_criteria = 'Y' or l_update_gre = 'Y' then
4413: -- Function to determine update_mode
4414: l_update_mode := return_update_mode

Line 4438: hr_assignment_api.update_us_emp_asg

4434:
4435: hr_utility.set_location(l_proc,92);
4436: begin
4437: savepoint update_emp_asg;
4438: hr_assignment_api.update_us_emp_asg
4439: (p_assignment_id => p_pa_request_rec.employee_assignment_id,
4440: p_object_version_number => l_asg_object_version_number,
4441: p_effective_date => g_effective_date,
4442: p_datetrack_update_mode => l_update_mode,

Line 4464: hr_assignment_api.update_emp_asg_criteria

4460: If l_employee_api_update_criteria = 'Y' then
4461: hr_utility.set_location('Before update_emp_asg_criteria ',94);
4462: hr_utility.set_location('checking how correction updates the record',500);
4463: hr_utility.set_location('the to position id passed',500);
4464: hr_assignment_api.update_emp_asg_criteria
4465: (p_effective_date => g_effective_date
4466: ,p_datetrack_update_mode => l_update_mode
4467: ,p_assignment_id => l_assignment_id
4468: ,p_object_version_number => l_asg_object_version_number

Line 4502: hr_assignment_api.activate_emp_asg

4498: savepoint activate;
4499: -- Begin Bug# 9849900
4500: -- To occur termination of Detail assignment as of NOA effective date, sending the eff date as +1
4501: IF p_pa_request_rec.first_noa_code IN ('732','932') THEN
4502: hr_assignment_api.activate_emp_asg
4503: (p_effective_date => g_effective_date+1
4504: ,p_datetrack_update_mode => l_update_mode
4505: ,p_assignment_id => l_assignment_id
4506: ,p_assignment_status_type_id => l_asg_status_type_id

Line 4513: hr_assignment_api.activate_emp_asg

4509: ,p_effective_end_date => l_asg_act_eff_end_date
4510: );
4511: ELSE
4512: -- End Bug# 9849900
4513: hr_assignment_api.activate_emp_asg
4514: (p_effective_date => g_effective_date
4515: ,p_datetrack_update_mode => l_update_mode
4516: ,p_assignment_id => l_assignment_id
4517: ,p_assignment_status_type_id => l_asg_status_type_id

Line 4537: hr_assignment_api.suspend_emp_asg

4533: p_table_name => 'PER_ASSIGNMENTS_F'
4534: );
4535: Begin
4536: savepoint suspend;
4537: hr_assignment_api.suspend_emp_asg
4538: (p_effective_date => g_effective_date
4539: ,p_datetrack_update_mode => l_update_mode
4540: ,p_assignment_id => l_assignment_id
4541: ,p_object_version_number => l_asg_object_version_number

Line 5468: hr_assignment_api.update_emp_asg_criteria

5464: hr_utility.trace('l_sb_ovn:'||l_SB_ovn);
5465: hr_utility.trace('l_payroll_id:'||l_payroll_id);
5466: hr_utility.trace('l_sal_basis_id:'||l_sal_basis_id);
5467:
5468: hr_assignment_api.update_emp_asg_criteria
5469: (p_effective_date => l_effective_date
5470: ,p_datetrack_update_mode => l_dt_mode
5471: ,p_assignment_id => p_pa_request_rec.employee_assignment_id
5472: ,p_object_version_number => l_SB_ovn