DBA Data[Home] [Help]

APPS.OTA_TDB_WAITLIST_API dependencies on HR_API

Line 103: when hr_api.cannot_find_prog_unit then

99: (p_business_group_id => p_business_group_id
100: ,p_event_id => p_event_id
101: );
102: exception
103: when hr_api.cannot_find_prog_unit then
104: hr_api.cannot_find_prog_unit_error
105: (p_module_name => 'AUTO_ENROLL_FROM_WAITLIST'
106: ,p_hook_type => 'BP'
107: );

Line 104: hr_api.cannot_find_prog_unit_error

100: ,p_event_id => p_event_id
101: );
102: exception
103: when hr_api.cannot_find_prog_unit then
104: hr_api.cannot_find_prog_unit_error
105: (p_module_name => 'AUTO_ENROLL_FROM_WAITLIST'
106: ,p_hook_type => 'BP'
107: );
108: end;

Line 251: when hr_api.cannot_find_prog_unit then

247: (p_business_group_id => p_business_group_id
248: ,p_event_id => p_event_id
249: );
250: exception
251: when hr_api.cannot_find_prog_unit then
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'AUTO_ENROLL_FROM_WAITLIST'
254: ,p_hook_type => 'AP'
255: );

Line 252: hr_api.cannot_find_prog_unit_error

248: ,p_event_id => p_event_id
249: );
250: exception
251: when hr_api.cannot_find_prog_unit then
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'AUTO_ENROLL_FROM_WAITLIST'
254: ,p_hook_type => 'AP'
255: );
256: end;

Line 262: raise hr_api.validate_enabled;

258: --
259: -- When in validation only mode raise the Validate_Enabled exception
260: --
261: if p_validate then
262: raise hr_api.validate_enabled;
263: end if;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 70);
266: exception

Line 267: when hr_api.validate_enabled then

263: end if;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 70);
266: exception
267: when hr_api.validate_enabled then
268: --
269: -- As the Validate_Enabled exception has been raised
270: -- we must rollback to the savepoint
271: --