DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_ASSIGNMENT_API

Line 2389: HR_Assignment_API.Update_APL_Asg

2385: --l_asg_rec.application_id := 1103;
2386: --l_asg_rec.application_id := l_cur_asg_rec.application_id; -- Changed By Dbansal
2387:
2388: --$ replace l_asg_rec with l_cur_asg_rec
2389: HR_Assignment_API.Update_APL_Asg
2390: (p_validate => false
2391: ,p_effective_date => p_effective_date
2392: ,p_datetrack_update_mode => l_datetrack_update_mode
2393: ,p_assignment_id => g_asg_rec.assignment_id

Line 2719: HR_Assignment_API.Update_CWK_Asg_Criteria

2715: l_cur_asg_rec.cagr_grade_def_id);
2716: l_asg_rec.cagr_grade_def_id := g_asg_rec.cagr_grade_def_id;
2717:
2718:
2719: HR_Assignment_API.Update_CWK_Asg_Criteria
2720: (p_validate => false
2721: ,p_effective_date => p_effective_date
2722: ,p_datetrack_update_mode => l_datetrack_update_mode
2723: ,p_assignment_id => g_asg_rec.assignment_id

Line 2795: HR_Assignment_API.Update_CWK_Asg

2791: --hr_utility.trace(' Value of l_asg_rec.assignment_id = '||l_asg_rec.assignment_id);
2792: --hr_utility.trace(' Value of g_asg_rec.assignment_id = '||g_asg_rec.assignment_id);
2793:
2794:
2795: HR_Assignment_API.Update_CWK_Asg
2796: (p_validate => false
2797: ,p_effective_date => p_effective_date
2798: ,p_datetrack_update_mode => l_datetrack_update_mode
2799: ,p_assignment_id => g_asg_rec.assignment_id -- l_asg_rec.assignment_id => Changed by pkagrawa

Line 3053: Hr_Assignment_Api.Update_Emp_Asg_Criteria

3049: end if;
3050: hr_utility.set_location(' l_datetrack_update_mode: ' ||
3051: l_datetrack_update_mode, 60);
3052:
3053: Hr_Assignment_Api.Update_Emp_Asg_Criteria
3054: (p_effective_date => p_effective_date
3055: ,p_datetrack_update_mode => l_datetrack_update_mode
3056: ,p_assignment_id => g_asg_rec.assignment_id
3057: ,p_validate => false

Line 3135: -- Hr_Assignment_Api.Update_Emp_Asg: Use the overloaded update_emp_asg(NEW3)

3131: g_asg_rec.cagr_grade_def_id := NVL(g_asg_rec.cagr_grade_def_id,
3132: l_cur_asg_rec.cagr_grade_def_id);
3133: g_asg_rec.soft_coding_keyflex_id := p_asg_crit_out.soft_coding_keyflex_id;
3134: --
3135: -- Hr_Assignment_Api.Update_Emp_Asg: Use the overloaded update_emp_asg(NEW3)
3136: --
3137: --hr_utility.trace('ass_attribute1 = ' ||l_asg_rec.ass_attribute1);
3138: --hr_utility.trace('ass_attribute2 = ' ||l_asg_rec.ass_attribute2);
3139: --hr_utility.trace('ass_attribute3 = ' ||l_asg_rec.ass_attribute3);

Line 3153: Hr_Assignment_Api.Update_Emp_Asg

3149: --hr_utility.trace('ass_attribute13 = ' ||l_asg_rec.ass_attribute13);
3150: --hr_utility.trace('ass_attribute14 = ' ||l_asg_rec.ass_attribute14);
3151: --hr_utility.trace('ass_attribute15 = ' ||l_asg_rec.ass_attribute15);
3152:
3153: Hr_Assignment_Api.Update_Emp_Asg
3154: (p_validate => false
3155: ,p_effective_date => p_effective_date
3156: ,p_datetrack_update_mode => l_datetrack_update_mode
3157: ,p_assignment_id => l_cur_asg_rec.assignment_id

Line 5069: HR_Assignment_API.Accept_APL_Asg

5065: hr_utility.set_location(' Accepted Asg Status ID: ' ||
5066: l_asg_status_rec.assignment_status_type_id, 60);
5067:
5068: -- Now accept the Applicant assigment used to hire the person
5069: HR_Assignment_API.Accept_APL_Asg
5070: (p_validate => false
5071: ,p_effective_date => l_effective_date-1
5072: ,p_datetrack_update_mode => l_datetrack_update_mode
5073: ,p_assignment_id => p_assignment_id

Line 8553: Hr_Assignment_Api.create_secondary_emp_asg

8549: close csr_type;
8550:
8551: if l_pty_rec.system_person_type = 'EMP' then
8552: if (g_crt_upd = 'C') then -- Should have Create privileges to create sec assignment
8553: Hr_Assignment_Api.create_secondary_emp_asg
8554: (p_validate => false -- in boolean default false
8555: ,p_effective_date => p_effective_date -- in date
8556: ,p_person_id => p_person_id -- in number
8557: ,p_organization_id => g_asg_rec.organization_id -- in number

Line 8712: Hr_Assignment_Api.create_secondary_cwk_asg

8708: end if;
8709:
8710: elsif l_pty_rec.system_person_type = 'CWK' then
8711: if (g_crt_upd = 'C') then -- Should have Create privileges to create sec assignment
8712: Hr_Assignment_Api.create_secondary_cwk_asg
8713: (p_validate => false
8714: ,p_effective_date => p_effective_date
8715: ,p_business_group_id => g_business_group_id
8716: ,p_person_id => p_person_id