DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on HR_ASSIGNMENT_API

Line 2190: hr_assignment_api.set_new_primary_asg

2186: hr_utility.set_location(l_proc,260);
2187: --The below has been commented as part of bug fix 5481530
2188: -- if asg_rec.assignment_id = p_primary_assignment_id then
2189: if asg_rec.assignment_id = l_primary_assignment_id then
2190: hr_assignment_api.set_new_primary_asg
2191: (p_validate => false
2192: ,p_effective_date => l_hire_date
2193: ,p_person_id => p_person_id
2194: ,p_assignment_id => asg_rec.assignment_id

Line 2251: hr_assignment_api.set_new_primary_asg

2247: p_hourly_salaried_warning => l_hourly_salaried_warning
2248: );
2249: -- Make the new secondary Applicant assignment Primary.
2250: hr_utility.set_location(l_proc,262);
2251: hr_assignment_api.set_new_primary_asg
2252: (p_validate => false
2253: ,p_effective_date => l_hire_date
2254: ,p_person_id => p_person_id
2255: ,p_assignment_id => asg_rec.assignment_id

Line 2357: /*hr_assignment_api.update_emp_asg_criteria

2353:
2354: --The below call has been commented as per bug 5102160
2355: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
2356:
2357: /*hr_assignment_api.update_emp_asg_criteria
2358: (p_validate => FALSE
2359: ,p_effective_date => l_hire_date
2360: ,p_datetrack_update_mode => l_datetrack_update_mode
2361: ,p_assignment_id => l_primary_asg_id

Line 2413: hr_assignment_api.update_emp_asg_criteria

2409: ,p_entries_changed_warning => l_dummyv
2410: ,p_tax_district_changed_warning => l_dummyb
2411: );*/
2412:
2413: hr_assignment_api.update_emp_asg_criteria
2414: (p_validate => FALSE
2415: ,p_effective_date => l_hire_date
2416: ,p_datetrack_update_mode => l_datetrack_update_mode
2417: ,p_assignment_id => l_primary_asg_id

Line 2475: hr_assignment_api.update_emp_asg

2471:
2472: --
2473: hr_utility.set_location(l_proc, 269);
2474: --
2475: hr_assignment_api.update_emp_asg
2476: (p_validate => FALSE
2477: ,p_effective_date => l_hire_date
2478: ,p_datetrack_update_mode => 'CORRECTION'
2479: ,p_assignment_id => l_primary_asg_id

Line 2986: /* hr_assignment_api.update_emp_asg_criteria

2982: --
2983: --The below call to the old update_emp_asg_criteria procedure has been commented as per bug 5102160
2984: -- soft_coding_keyflex_id is passed by calling the new update_emp_asg_criteria procedure
2985:
2986: /* hr_assignment_api.update_emp_asg_criteria
2987: (p_validate => FALSE
2988: ,p_effective_date => l_hire_date
2989: ,p_datetrack_update_mode => l_datetrack_update_mode
2990: ,p_assignment_id => l_primary_asg_id

Line 3042: hr_assignment_api.update_emp_asg_criteria

3038: ,p_entries_changed_warning => l_dummyv
3039: ,p_tax_district_changed_warning => l_dummyb
3040: );*/
3041:
3042: hr_assignment_api.update_emp_asg_criteria
3043: (p_validate => FALSE
3044: ,p_effective_date => l_hire_date
3045: ,p_datetrack_update_mode => l_datetrack_update_mode
3046: ,p_assignment_id => l_primary_asg_id

Line 3103: hr_assignment_api.update_emp_asg

3099: );
3100: --
3101: hr_utility.set_location(l_proc, 340);
3102: --
3103: hr_assignment_api.update_emp_asg
3104: (p_validate => FALSE
3105: ,p_effective_date => l_hire_date
3106: ,p_datetrack_update_mode => 'CORRECTION'
3107: ,p_assignment_id => l_primary_asg_id