DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on HR_MASS_MOVE_CUS

Line 272: hr_mass_move_cus.pre_move_emp_asg

268: hr_utility.set_location( l_proc, 30 );
269: --
270: -- Call the pre-core move assignment customer stub
271: --
272: hr_mass_move_cus.pre_move_emp_asg
273: (p_effective_date => p_effective_date
274: ,p_assignment_id => p_assignment_id
275: ,p_object_version_number => p_object_version_number
276: ,p_mass_move_id => p_mass_move_id

Line 603: hr_mass_move_cus.post_move_emp_asg

599: --
600: l_effective_start_date :=
601: nvl(l_effective_start_date,l_old_asg_eff_start_date);
602: --
603: hr_mass_move_cus.post_move_emp_asg
604: (p_validate => FALSE
605: ,p_old_asg_eff_start_date => l_old_asg_eff_start_date
606: ,p_new_asg_eff_start_date => l_effective_start_date
607: ,p_assignment_id => p_assignment_id

Line 1324: hr_mass_move_cus.pre_move_position

1320: -- Call the pre_move_position stub for any customer specific processing
1321: --
1322: hr_utility.set_location(l_proc, 70);
1323: --
1324: hr_mass_move_cus.pre_move_position
1325: (p_position_id => p_position_id
1326: ,p_object_version_number => l_object_version_number
1327: ,p_date_effective => p_date_effective
1328: ,p_organization_id => p_organization_id

Line 1825: hr_mass_move_cus.post_move_position

1821: end if;
1822: --
1823: -- This is customer specific processing
1824: --
1825: hr_mass_move_cus.post_move_position
1826: (p_validate => FALSE
1827: ,p_position_id => p_position_id
1828: ,p_object_version_number => l_object_version_number
1829: ,p_date_effective => p_date_effective

Line 2783: hr_mass_move_cus.pre_mass_move

2779: end;
2780: --
2781: -- Call Customer-Specific stub to handle pre-mass move validation
2782: --
2783: hr_mass_move_cus.pre_mass_move
2784: (p_mass_move_id => p_mass_move_id);
2785: --
2786: hr_utility.set_location(l_proc, 60);
2787: --

Line 3130: hr_mass_move_cus.post_mass_move

3126: hr_utility.set_location(l_proc, 250);
3127: --
3128: -- Call Customer-Specific stub to handle post-mass move validation
3129: --
3130: hr_mass_move_cus.post_mass_move
3131: (p_mass_move_id => p_mass_move_id);
3132: --
3133: -- If everything has completed successfully, update the massmove status
3134: --