DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_ASG_DEL

Line 2350: per_asg_del.del

2346: end if;
2347: close chk_future_changes;
2348:
2349: --
2350: per_asg_del.del
2351: (p_assignment_id => l_assignment_id
2352: ,p_effective_start_date => l_effective_start_date
2353: ,p_effective_end_date => l_effective_end_date
2354: ,p_business_group_id => l_business_group_id

Line 2946: per_asg_del.del

2942:
2943: --
2944: -- now end date the application
2945: --
2946: per_asg_del.del
2947: (p_assignment_id => l_asg_rec.assignment_id
2948: ,p_effective_start_date => l_effective_start_date
2949: ,p_effective_end_date => l_effective_end_date
2950: ,p_business_group_id => l_business_group_id

Line 3582: per_asg_del.del

3578:
3579: --
3580: -- now end date the application
3581: --
3582: per_asg_del.del
3583: (p_assignment_id => l_asg_rec.assignment_id
3584: ,p_effective_start_date => l_effective_start_date
3585: ,p_effective_end_date => l_effective_end_date
3586: ,p_business_group_id => l_business_group_id

Line 4904: per_asg_del.del

4900: end if;
4901: close chk_future_changes;
4902:
4903: --
4904: per_asg_del.del
4905: (p_assignment_id => l_assignment_id
4906: ,p_effective_start_date => l_effective_start_date
4907: ,p_effective_end_date => l_effective_end_date
4908: ,p_business_group_id => l_business_group_id

Line 5662: per_asg_del.del

5658: -- 10376122 -- new
5659: --
5660: -- now end date the application
5661: --
5662: per_asg_del.del
5663: (p_assignment_id => l_asg_rec.assignment_id
5664: ,p_effective_start_date => l_effective_start_date
5665: ,p_effective_end_date => l_effective_end_date
5666: ,p_business_group_id => l_business_group_id

Line 6392: per_asg_del.del

6388: --
6389: -- bug 10376122 new
6390: -- now end date the application
6391: --
6392: per_asg_del.del
6393: (p_assignment_id => l_asg_rec.assignment_id
6394: ,p_effective_start_date => l_effective_start_date
6395: ,p_effective_end_date => l_effective_end_date
6396: ,p_business_group_id => l_business_group_id