DBA Data[Home] [Help]

APPS.HXC_RETRIEVAL_RULES_API dependencies on HR_API

Line 61: when hr_api.cannot_find_prog_unit then

57: ,p_name => p_name
58: ,p_effective_date => p_effective_date
59: );
60: exception
61: when hr_api.cannot_find_prog_unit then
62: hr_api.cannot_find_prog_unit_error
63: (p_module_name => 'create_retrieval_rules'
64: ,p_hook_type => 'BP'
65: );

Line 62: hr_api.cannot_find_prog_unit_error

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

Line 111: when hr_api.cannot_find_prog_unit then

107: ,p_name => p_name
108: ,p_effective_date => p_effective_date
109: );
110: exception
111: when hr_api.cannot_find_prog_unit then
112: hr_api.cannot_find_prog_unit_error
113: (p_module_name => 'create_retrieval_rules'
114: ,p_hook_type => 'AP'
115: );

Line 112: hr_api.cannot_find_prog_unit_error

108: ,p_effective_date => p_effective_date
109: );
110: exception
111: when hr_api.cannot_find_prog_unit then
112: hr_api.cannot_find_prog_unit_error
113: (p_module_name => 'create_retrieval_rules'
114: ,p_hook_type => 'AP'
115: );
116: end;

Line 126: raise hr_api.validate_enabled;

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

Line 143: when hr_api.validate_enabled then

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

Line 217: when hr_api.cannot_find_prog_unit then

213: ,p_name => p_name
214: ,p_effective_date => p_effective_date
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_retrieval_rules'
220: ,p_hook_type => 'BP'
221: );

Line 218: hr_api.cannot_find_prog_unit_error

214: ,p_effective_date => p_effective_date
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_retrieval_rules'
220: ,p_hook_type => 'BP'
221: );
222: end;

Line 255: when hr_api.cannot_find_prog_unit then

251: ,p_name => p_name
252: ,p_effective_date => p_effective_date
253: );
254: exception
255: when hr_api.cannot_find_prog_unit then
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'update_retrieval_rules'
258: ,p_hook_type => 'AP'
259: );

Line 256: hr_api.cannot_find_prog_unit_error

252: ,p_effective_date => p_effective_date
253: );
254: exception
255: when hr_api.cannot_find_prog_unit then
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'update_retrieval_rules'
258: ,p_hook_type => 'AP'
259: );
260: end;

Line 269: raise hr_api.validate_enabled;

265: --
266: -- When in validation only mode raise the Validate_Enabled exception
267: --
268: if p_validate then
269: raise hr_api.validate_enabled;
270: end if;
271: --
272: if g_debug then
273: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 283: when hr_api.validate_enabled then

279: p_object_version_number := l_object_version_number;
280: --
281: exception
282: --
283: when hr_api.validate_enabled then
284: --
285: -- As the Validate_Enabled exception has been raised
286: -- we must rollback to the savepoint
287: --

Line 351: when hr_api.cannot_find_prog_unit then

347: (p_retrieval_rule_id => p_retrieval_rule_id
348: ,p_object_version_number => p_object_version_number
349: );
350: exception
351: when hr_api.cannot_find_prog_unit then
352: hr_api.cannot_find_prog_unit_error
353: (p_module_name => 'delete_retrieval_rules'
354: ,p_hook_type => 'BP'
355: );

Line 352: hr_api.cannot_find_prog_unit_error

348: ,p_object_version_number => p_object_version_number
349: );
350: exception
351: when hr_api.cannot_find_prog_unit then
352: hr_api.cannot_find_prog_unit_error
353: (p_module_name => 'delete_retrieval_rules'
354: ,p_hook_type => 'BP'
355: );
356: end;

Line 383: when hr_api.cannot_find_prog_unit then

379: (p_retrieval_rule_id => p_retrieval_rule_id
380: ,p_object_version_number => p_object_version_number
381: );
382: exception
383: when hr_api.cannot_find_prog_unit then
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'delete_retrieval_rules'
386: ,p_hook_type => 'AP'
387: );

Line 384: hr_api.cannot_find_prog_unit_error

380: ,p_object_version_number => p_object_version_number
381: );
382: exception
383: when hr_api.cannot_find_prog_unit then
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'delete_retrieval_rules'
386: ,p_hook_type => 'AP'
387: );
388: end;

Line 393: raise hr_api.validate_enabled;

389: --
390: -- When in validation only mode raise the Validate_Enabled exception
391: --
392: if p_validate then
393: raise hr_api.validate_enabled;
394: end if;
395: --
396: if g_debug then
397: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 402: when hr_api.validate_enabled then

398: end if;
399: --
400: exception
401: --
402: when hr_api.validate_enabled then
403: --
404: -- As the Validate_Enabled exception has been raised
405: -- we must rollback to the savepoint
406: --