DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_ASSIGNMENT_API

Line 2594: hr_assignment_api.terminate_apl_asg

2590: );
2591:
2592:
2593: /* if l_expected_system_status = 'TERM_APL' then
2594: hr_assignment_api.terminate_apl_asg
2595: (p_validate => false
2596: ,p_effective_date => p_effective_date
2597: ,p_assignment_id => g_asg_rec.assignment_id
2598: ,p_assignment_status_type_id => l_asg_rec.assignment_status_type_id

Line 2645: HR_Assignment_API.Update_APL_Asg

2641: --l_asg_rec.application_id := 1103;
2642: --l_asg_rec.application_id := l_cur_asg_rec.application_id; -- Changed By Dbansal
2643:
2644: --$ replace l_asg_rec with l_cur_asg_rec
2645: HR_Assignment_API.Update_APL_Asg
2646: (p_validate => false
2647: ,p_effective_date => p_effective_date
2648: ,p_datetrack_update_mode => l_datetrack_update_mode
2649: ,p_assignment_id => g_asg_rec.assignment_id

Line 2975: HR_Assignment_API.Update_CWK_Asg_Criteria

2971: l_cur_asg_rec.cagr_grade_def_id);
2972: l_asg_rec.cagr_grade_def_id := g_asg_rec.cagr_grade_def_id;
2973:
2974:
2975: HR_Assignment_API.Update_CWK_Asg_Criteria
2976: (p_validate => false
2977: ,p_effective_date => p_effective_date
2978: ,p_datetrack_update_mode => l_datetrack_update_mode
2979: ,p_assignment_id => g_asg_rec.assignment_id

Line 3051: HR_Assignment_API.Update_CWK_Asg

3047: --hr_utility.trace(' Value of l_asg_rec.assignment_id = '||l_asg_rec.assignment_id);
3048: --hr_utility.trace(' Value of g_asg_rec.assignment_id = '||g_asg_rec.assignment_id);
3049:
3050:
3051: HR_Assignment_API.Update_CWK_Asg
3052: (p_validate => false
3053: ,p_effective_date => p_effective_date
3054: ,p_datetrack_update_mode => l_datetrack_update_mode
3055: ,p_assignment_id => g_asg_rec.assignment_id -- l_asg_rec.assignment_id => Changed by pkagrawa

Line 3309: /*Hr_Assignment_Api.Update_Emp_Asg_Criteria

3305: end if;
3306: hr_utility.set_location(' l_datetrack_update_mode: ' ||
3307: l_datetrack_update_mode, 60);
3308:
3309: /*Hr_Assignment_Api.Update_Emp_Asg_Criteria
3310: (p_effective_date => p_effective_date
3311: ,p_datetrack_update_mode => l_datetrack_update_mode
3312: ,p_assignment_id => g_asg_rec.assignment_id
3313: ,p_validate => false

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

3387: g_asg_rec.cagr_grade_def_id := NVL(g_asg_rec.cagr_grade_def_id,
3388: l_cur_asg_rec.cagr_grade_def_id);
3389: g_asg_rec.soft_coding_keyflex_id := p_asg_crit_out.soft_coding_keyflex_id;
3390: --
3391: -- Hr_Assignment_Api.Update_Emp_Asg: Use the overloaded update_emp_asg(NEW3)
3392: --
3393: --hr_utility.trace('ass_attribute1 = ' ||l_asg_rec.ass_attribute1);
3394: --hr_utility.trace('ass_attribute2 = ' ||l_asg_rec.ass_attribute2);
3395: --hr_utility.trace('ass_attribute3 = ' ||l_asg_rec.ass_attribute3);

Line 3409: Hr_Assignment_Api.Update_Emp_Asg

3405: --hr_utility.trace('ass_attribute13 = ' ||l_asg_rec.ass_attribute13);
3406: --hr_utility.trace('ass_attribute14 = ' ||l_asg_rec.ass_attribute14);
3407: --hr_utility.trace('ass_attribute15 = ' ||l_asg_rec.ass_attribute15);
3408:
3409: Hr_Assignment_Api.Update_Emp_Asg
3410: (p_validate => false
3411: ,p_effective_date => p_effective_date
3412: ,p_datetrack_update_mode => l_datetrack_update_mode
3413: ,p_assignment_id => l_cur_asg_rec.assignment_id

Line 3522: Hr_Assignment_Api.Update_Emp_Asg_Criteria

3518: );
3519:
3520: l_datetrack_update_mode := 'CORRECTION';
3521:
3522: Hr_Assignment_Api.Update_Emp_Asg_Criteria
3523: (p_effective_date => p_effective_date
3524: ,p_datetrack_update_mode => l_datetrack_update_mode
3525: ,p_assignment_id => g_asg_rec.assignment_id
3526: ,p_validate => false

Line 5405: HR_Assignment_API.Accept_APL_Asg

5401: hr_utility.set_location(' Accepted Asg Status ID: ' ||
5402: l_asg_status_rec.assignment_status_type_id, 60);
5403:
5404: -- Now accept the Applicant assigment used to hire the person
5405: HR_Assignment_API.Accept_APL_Asg
5406: (p_validate => false
5407: ,p_effective_date => l_effective_date-1
5408: ,p_datetrack_update_mode => l_datetrack_update_mode
5409: ,p_assignment_id => p_assignment_id

Line 9047: Hr_Assignment_Api.create_secondary_emp_asg

9043: close csr_type;
9044:
9045: if l_pty_rec.system_person_type = 'EMP' then
9046: if (g_crt_upd = 'C') then -- Should have Create privileges to create sec assignment
9047: Hr_Assignment_Api.create_secondary_emp_asg
9048: (p_validate => false -- in boolean default false
9049: ,p_effective_date => p_effective_date -- in date
9050: ,p_person_id => p_person_id -- in number
9051: ,p_organization_id => g_asg_rec.organization_id -- in number

Line 9206: Hr_Assignment_Api.create_secondary_cwk_asg

9202: end if;
9203:
9204: elsif l_pty_rec.system_person_type = 'CWK' then
9205: if (g_crt_upd = 'C') then -- Should have Create privileges to create sec assignment
9206: Hr_Assignment_Api.create_secondary_cwk_asg
9207: (p_validate => false
9208: ,p_effective_date => p_effective_date
9209: ,p_business_group_id => g_business_group_id
9210: ,p_person_id => p_person_id

Line 9353: hr_assignment_api.create_secondary_apl_asg

9349: elsif l_pty_rec.system_person_type = 'APL' then
9350:
9351: if(g_crt_upd = 'C') then
9352: hr_utility.set_location('Creating secondary assignment', 11);
9353: hr_assignment_api.create_secondary_apl_asg
9354: (p_validate => false
9355: ,p_effective_date => p_effective_date
9356: ,p_person_id => p_person_id
9357: ,p_organization_id => l_asg_rec1.organization_id