DBA Data[Home] [Help]

APPS.HXC_RETRIEVAL_RULE_COMPS_API dependencies on HR_API

Line 63: when hr_api.cannot_find_prog_unit then

59: ,p_time_recipient_id => p_time_recipient_id
60: ,p_effective_date => p_effective_date
61: );
62: exception
63: when hr_api.cannot_find_prog_unit then
64: hr_api.cannot_find_prog_unit_error
65: (p_module_name => 'create_retrieval_rule_comps'
66: ,p_hook_type => 'BP'
67: );

Line 64: hr_api.cannot_find_prog_unit_error

60: ,p_effective_date => p_effective_date
61: );
62: exception
63: when hr_api.cannot_find_prog_unit then
64: hr_api.cannot_find_prog_unit_error
65: (p_module_name => 'create_retrieval_rule_comps'
66: ,p_hook_type => 'BP'
67: );
68: end;

Line 115: when hr_api.cannot_find_prog_unit then

111: ,p_time_recipient_id => p_time_recipient_id
112: ,p_effective_date => p_effective_date
113: );
114: exception
115: when hr_api.cannot_find_prog_unit then
116: hr_api.cannot_find_prog_unit_error
117: (p_module_name => 'create_retrieval_rule_comps'
118: ,p_hook_type => 'AP'
119: );

Line 116: hr_api.cannot_find_prog_unit_error

112: ,p_effective_date => p_effective_date
113: );
114: exception
115: when hr_api.cannot_find_prog_unit then
116: hr_api.cannot_find_prog_unit_error
117: (p_module_name => 'create_retrieval_rule_comps'
118: ,p_hook_type => 'AP'
119: );
120: end;

Line 130: raise hr_api.validate_enabled;

126: --
127: -- When in validation only mode raise the Validate_Enabled exception
128: --
129: if p_validate then
130: raise hr_api.validate_enabled;
131: end if;
132: --
133: --if g_debug then
134: --hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 147: when hr_api.validate_enabled then

143: if g_debug then
144: hr_utility.set_location(' Leaving:'||l_proc, 70);
145: end if;
146: exception
147: when hr_api.validate_enabled then
148: --
149: -- As the Validate_Enabled exception has been raised
150: -- we must rollback to the savepoint
151: --

Line 223: when hr_api.cannot_find_prog_unit then

219: ,p_time_recipient_id => p_time_recipient_id
220: ,p_effective_date => p_effective_date
221: );
222: exception
223: when hr_api.cannot_find_prog_unit then
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'update_retrieval_rule_comps'
226: ,p_hook_type => 'BP'
227: );

Line 224: hr_api.cannot_find_prog_unit_error

220: ,p_effective_date => p_effective_date
221: );
222: exception
223: when hr_api.cannot_find_prog_unit then
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'update_retrieval_rule_comps'
226: ,p_hook_type => 'BP'
227: );
228: end;

Line 263: when hr_api.cannot_find_prog_unit then

259: ,p_time_recipient_id => p_time_recipient_id
260: ,p_effective_date => p_effective_date
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'update_retrieval_rule_comps'
266: ,p_hook_type => 'AP'
267: );

Line 264: hr_api.cannot_find_prog_unit_error

260: ,p_effective_date => p_effective_date
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'update_retrieval_rule_comps'
266: ,p_hook_type => 'AP'
267: );
268: end;

Line 277: raise hr_api.validate_enabled;

273: --
274: -- When in validation only mode raise the Validate_Enabled exception
275: --
276: if p_validate then
277: raise hr_api.validate_enabled;
278: end if;
279: --
280: if g_debug then
281: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 291: when hr_api.validate_enabled then

287: p_object_version_number := l_object_version_number;
288: --
289: exception
290: --
291: when hr_api.validate_enabled then
292: --
293: -- As the Validate_Enabled exception has been raised
294: -- we must rollback to the savepoint
295: --

Line 359: when hr_api.cannot_find_prog_unit then

355: (p_retrieval_rule_comp_id => p_retrieval_rule_comp_id
356: ,p_object_version_number => p_object_version_number
357: );
358: exception
359: when hr_api.cannot_find_prog_unit then
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'delete_retrieval_rule_comps'
362: ,p_hook_type => 'BP'
363: );

Line 360: hr_api.cannot_find_prog_unit_error

356: ,p_object_version_number => p_object_version_number
357: );
358: exception
359: when hr_api.cannot_find_prog_unit then
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'delete_retrieval_rule_comps'
362: ,p_hook_type => 'BP'
363: );
364: end;

Line 391: when hr_api.cannot_find_prog_unit then

387: (p_retrieval_rule_comp_id => p_retrieval_rule_comp_id
388: ,p_object_version_number => p_object_version_number
389: );
390: exception
391: when hr_api.cannot_find_prog_unit then
392: hr_api.cannot_find_prog_unit_error
393: (p_module_name => 'delete_retrieval_rule_comps'
394: ,p_hook_type => 'AP'
395: );

Line 392: hr_api.cannot_find_prog_unit_error

388: ,p_object_version_number => p_object_version_number
389: );
390: exception
391: when hr_api.cannot_find_prog_unit then
392: hr_api.cannot_find_prog_unit_error
393: (p_module_name => 'delete_retrieval_rule_comps'
394: ,p_hook_type => 'AP'
395: );
396: end;

Line 401: raise hr_api.validate_enabled;

397: --
398: -- When in validation only mode raise the Validate_Enabled exception
399: --
400: if p_validate then
401: raise hr_api.validate_enabled;
402: end if;
403: --
404: if g_debug then
405: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 410: when hr_api.validate_enabled then

406: end if;
407: --
408: exception
409: --
410: when hr_api.validate_enabled then
411: --
412: -- As the Validate_Enabled exception has been raised
413: -- we must rollback to the savepoint
414: --