DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on HR_ASSIGNMENT_API

Line 2514: hr_assignment_api.set_new_primary_asg

2510: hr_utility.set_location(l_proc,260);
2511: --The below has been commented as part of bug fix 5481530
2512: -- if asg_rec.assignment_id = p_primary_assignment_id then
2513: if asg_rec.assignment_id = l_primary_assignment_id then
2514: hr_assignment_api.set_new_primary_asg
2515: (p_validate => false
2516: ,p_effective_date => l_hire_date
2517: ,p_person_id => p_person_id
2518: ,p_assignment_id => asg_rec.assignment_id

Line 2575: hr_assignment_api.set_new_primary_asg

2571: p_hourly_salaried_warning => l_hourly_salaried_warning
2572: );
2573: -- Make the new secondary Applicant assignment Primary.
2574: hr_utility.set_location(l_proc,262);
2575: hr_assignment_api.set_new_primary_asg
2576: (p_validate => false
2577: ,p_effective_date => l_hire_date
2578: ,p_person_id => p_person_id
2579: ,p_assignment_id => asg_rec.assignment_id

Line 2681: /*hr_assignment_api.update_emp_asg_criteria

2677:
2678: --The below call has been commented as per bug 5102160
2679: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
2680:
2681: /*hr_assignment_api.update_emp_asg_criteria
2682: (p_validate => FALSE
2683: ,p_effective_date => l_hire_date
2684: ,p_datetrack_update_mode => l_datetrack_update_mode
2685: ,p_assignment_id => l_primary_asg_id

Line 2737: hr_assignment_api.update_emp_asg_criteria

2733: ,p_entries_changed_warning => l_dummyv
2734: ,p_tax_district_changed_warning => l_dummyb
2735: );*/
2736:
2737: hr_assignment_api.update_emp_asg_criteria
2738: (p_validate => FALSE
2739: ,p_effective_date => l_hire_date
2740: ,p_datetrack_update_mode => l_datetrack_update_mode
2741: ,p_assignment_id => l_primary_asg_id

Line 2800: hr_assignment_api.update_emp_asg

2796:
2797: --
2798: hr_utility.set_location(l_proc, 269);
2799: --
2800: hr_assignment_api.update_emp_asg
2801: (p_validate => FALSE
2802: ,p_effective_date => l_hire_date
2803: ,p_datetrack_update_mode => 'CORRECTION'
2804: ,p_assignment_id => l_primary_asg_id

Line 3316: /* hr_assignment_api.update_emp_asg_criteria

3312: --
3313: --The below call to the old update_emp_asg_criteria procedure has been commented as per bug 5102160
3314: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
3315:
3316: /* hr_assignment_api.update_emp_asg_criteria
3317: (p_validate => FALSE
3318: ,p_effective_date => l_hire_date
3319: ,p_datetrack_update_mode => l_datetrack_update_mode
3320: ,p_assignment_id => l_primary_asg_id

Line 3372: hr_assignment_api.update_emp_asg_criteria

3368: ,p_entries_changed_warning => l_dummyv
3369: ,p_tax_district_changed_warning => l_dummyb
3370: );*/
3371:
3372: hr_assignment_api.update_emp_asg_criteria
3373: (p_validate => FALSE
3374: ,p_effective_date => l_hire_date
3375: ,p_datetrack_update_mode => l_datetrack_update_mode
3376: ,p_assignment_id => l_primary_asg_id

Line 3435: hr_assignment_api.update_emp_asg

3431: );
3432: --
3433: hr_utility.set_location(l_proc, 340);
3434: --
3435: hr_assignment_api.update_emp_asg
3436: (p_validate => FALSE
3437: ,p_effective_date => l_hire_date
3438: ,p_datetrack_update_mode => 'CORRECTION'
3439: ,p_assignment_id => l_primary_asg_id

Line 5114: hr_assignment_api.set_new_primary_asg

5110: hr_utility.set_location(l_proc,260);
5111: --The below has been commented as part of bug fix 5481530
5112: -- if asg_rec.assignment_id = p_primary_assignment_id then
5113: if asg_rec.assignment_id = l_primary_assignment_id then
5114: hr_assignment_api.set_new_primary_asg
5115: (p_validate => false
5116: ,p_effective_date => l_hire_date
5117: ,p_person_id => p_person_id
5118: ,p_assignment_id => asg_rec.assignment_id

Line 5205: hr_assignment_api.set_new_primary_asg

5201: p_soft_coding_keyflex_id => l_soft_coding_keyflex_id --- Fix For Bug # 8844816
5202: );
5203: -- Make the new secondary Applicant assignment Primary.
5204: hr_utility.set_location(l_proc,262);
5205: hr_assignment_api.set_new_primary_asg
5206: (p_validate => false
5207: ,p_effective_date => l_hire_date
5208: ,p_person_id => p_person_id
5209: ,p_assignment_id => asg_rec.assignment_id

Line 5358: /*hr_assignment_api.update_emp_asg_criteria

5354:
5355: --The below call has been commented as per bug 5102160
5356: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
5357:
5358: /*hr_assignment_api.update_emp_asg_criteria
5359: (p_validate => FALSE
5360: ,p_effective_date => l_hire_date
5361: ,p_datetrack_update_mode => l_datetrack_update_mode
5362: ,p_assignment_id => l_primary_asg_id

Line 5414: hr_assignment_api.update_emp_asg_criteria

5410: ,p_entries_changed_warning => l_dummyv
5411: ,p_tax_district_changed_warning => l_dummyb
5412: );*/
5413:
5414: hr_assignment_api.update_emp_asg_criteria
5415: (p_validate => FALSE
5416: ,p_effective_date => l_hire_date
5417: ,p_datetrack_update_mode => l_datetrack_update_mode
5418: ,p_assignment_id => l_primary_asg_id

Line 5477: hr_assignment_api.update_emp_asg

5473:
5474: --
5475: hr_utility.set_location(l_proc, 269);
5476: --
5477: hr_assignment_api.update_emp_asg
5478: (p_validate => FALSE
5479: ,p_effective_date => l_hire_date
5480: ,p_datetrack_update_mode => 'CORRECTION'
5481: ,p_assignment_id => l_primary_asg_id

Line 6080: /* hr_assignment_api.update_emp_asg_criteria

6076: --
6077: --The below call to the old update_emp_asg_criteria procedure has been commented as per bug 5102160
6078: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
6079:
6080: /* hr_assignment_api.update_emp_asg_criteria
6081: (p_validate => FALSE
6082: ,p_effective_date => l_hire_date
6083: ,p_datetrack_update_mode => l_datetrack_update_mode
6084: ,p_assignment_id => l_primary_asg_id

Line 6138: hr_assignment_api.update_emp_asg_criteria

6134: );*/
6135:
6136: p_asg_rec := l_asg_rec;
6137:
6138: hr_assignment_api.update_emp_asg_criteria
6139: (p_validate => FALSE
6140: ,p_effective_date => l_hire_date
6141: ,p_datetrack_update_mode => l_datetrack_update_mode
6142: ,p_assignment_id => l_primary_asg_id

Line 6203: hr_assignment_api.update_emp_asg

6199: p_asg_rec.people_group_id := l_dummy;
6200:
6201: hr_utility.set_location(l_proc, 340);
6202: --
6203: hr_assignment_api.update_emp_asg
6204: (p_validate => FALSE
6205: ,p_effective_date => l_hire_date
6206: ,p_datetrack_update_mode => 'CORRECTION'
6207: ,p_assignment_id => l_primary_asg_id