DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on HR_ASSIGNMENT_API

Line 58: hr_assignment_api.update_cwk_asg_criteria

54: -- Issue a savepoint for rollbacks
55: --
56: SAVEPOINT move_cwk_asg;
57: --
58: hr_assignment_api.update_cwk_asg_criteria
59: (p_validate => p_validate
60: ,p_effective_date => p_effective_date
61: ,p_datetrack_update_mode => p_datetrack_update_mode
62: ,p_assignment_id => p_assignment_Id

Line 318: hr_assignment_api.update_emp_asg_criteria

314: );
315: --
316: hr_utility.set_location( l_proc, 40 );
317: --
318: hr_assignment_api.update_emp_asg_criteria
319: (p_validate => FALSE
320: ,p_effective_date => p_effective_date
321: ,p_datetrack_update_mode => 'UPDATE'
322: ,p_assignment_id => p_assignment_id

Line 544: hr_assignment_api.update_emp_asg

540: ) then
541: --
542: hr_utility.set_location( l_proc, 85 );
543: --
544: hr_assignment_api.update_emp_asg
545: (p_validate => FALSE
546: ,p_effective_date => p_effective_date
547: ,p_datetrack_update_mode => 'CORRECTION'
548: ,p_assignment_id => p_assignment_id

Line 2150: hr_assignment_api.update_apl_asg

2146: if mmasgrec.assignment_type = 'A' then
2147: --
2148: hr_utility.set_location(l_proc, 90);
2149: --
2150: hr_assignment_api.update_apl_asg
2151: (p_validate => FALSE
2152: ,p_effective_date => p_effective_date
2153: ,p_datetrack_update_mode => 'UPDATE'
2154: ,p_assignment_id => mmasgrec.assignment_id