DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_API dependencies on HR_API

Line 144: when hr_api.cannot_find_prog_unit then

140: (p_person_id => p_person_id
141: ,p_effective_date => l_effective_date
142: );
143: exception
144: when hr_api.cannot_find_prog_unit then
145: hr_api.cannot_find_prog_unit_error
146: (p_module_name => 'cancel_hire'
147: ,p_hook_type => 'BP'
148: );

Line 145: hr_api.cannot_find_prog_unit_error

141: ,p_effective_date => l_effective_date
142: );
143: exception
144: when hr_api.cannot_find_prog_unit then
145: hr_api.cannot_find_prog_unit_error
146: (p_module_name => 'cancel_hire'
147: ,p_hook_type => 'BP'
148: );
149: end;

Line 229: ,p_end_of_time => hr_api.g_eot

225: per_cancel_hire_or_apl_pkg.do_cancel_hire
226: (
227: p_person_id => p_person_id
228: ,p_date_start => l_date_start
229: ,p_end_of_time => hr_api.g_eot
230: ,p_business_group_id => l_business_group_id
231: ,p_period_of_service_id => l_period_of_service_id
232: );
233: --

Line 265: when hr_api.cannot_find_prog_unit then

261: ,p_budget_warning => l_budget_warning
262: ,p_payment_warning => l_payment_warning
263: );
264: exception
265: when hr_api.cannot_find_prog_unit then
266: hr_api.cannot_find_prog_unit_error
267: (p_module_name => 'cancel_hire'
268: ,p_hook_type => 'AP'
269: );

Line 266: hr_api.cannot_find_prog_unit_error

262: ,p_payment_warning => l_payment_warning
263: );
264: exception
265: when hr_api.cannot_find_prog_unit then
266: hr_api.cannot_find_prog_unit_error
267: (p_module_name => 'cancel_hire'
268: ,p_hook_type => 'AP'
269: );
270: end;

Line 275: raise hr_api.validate_enabled;

271: --
272: -- When in validation only mode raise the Validate_Enabled exception
273: --
274: if p_validate then
275: raise hr_api.validate_enabled;
276: end if;
277: --
278: -- Set all output arguments
279: --

Line 293: when hr_api.validate_enabled then

289:
290: hr_utility.set_location(' Leaving:'||l_proc, 70);
291:
292: exception
293: when hr_api.validate_enabled then
294: --
295: -- As the Validate_Enabled exception has been raised
296: -- we must rollback to the savepoint
297: --