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 1823: hr_mass_move_cus.post_move_position

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

Line 2781: hr_mass_move_cus.pre_mass_move

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

Line 3122: hr_mass_move_cus.post_mass_move

3118: hr_utility.set_location(l_proc, 250);
3119: --
3120: -- Call Customer-Specific stub to handle post-mass move validation
3121: --
3122: hr_mass_move_cus.post_mass_move
3123: (p_mass_move_id => p_mass_move_id);
3124: --
3125: -- If everything has completed successfully, update the massmove status
3126: --