DBA Data[Home] [Help]

APPS.HXC_ALIAS_TYPE_COMP_API dependencies on HR_API

Line 57: when hr_api.cannot_find_prog_unit then

53: ,p_alias_type_component_id => p_alias_type_component_id
54: ,p_object_version_number => p_object_version_number
55: );
56: exception
57: when hr_api.cannot_find_prog_unit then
58: hr_api.cannot_find_prog_unit_error
59: (p_module_name => 'create_alias_type_comp'
60: ,p_hook_type => 'BP'
61: );

Line 58: hr_api.cannot_find_prog_unit_error

54: ,p_object_version_number => p_object_version_number
55: );
56: exception
57: when hr_api.cannot_find_prog_unit then
58: hr_api.cannot_find_prog_unit_error
59: (p_module_name => 'create_alias_type_comp'
60: ,p_hook_type => 'BP'
61: );
62: end;

Line 91: when hr_api.cannot_find_prog_unit then

87: ,p_alias_type_component_id => p_alias_type_component_id
88: ,p_object_version_number => p_object_version_number
89: );
90: exception
91: when hr_api.cannot_find_prog_unit then
92: hr_api.cannot_find_prog_unit_error
93: (p_module_name => 'create_alias_type_comp'
94: ,p_hook_type => 'AP'
95: );

Line 92: hr_api.cannot_find_prog_unit_error

88: ,p_object_version_number => p_object_version_number
89: );
90: exception
91: when hr_api.cannot_find_prog_unit then
92: hr_api.cannot_find_prog_unit_error
93: (p_module_name => 'create_alias_type_comp'
94: ,p_hook_type => 'AP'
95: );
96: end;

Line 101: raise hr_api.validate_enabled;

97: --
98: -- When in validation only mode raise the Validate_Enabled exception
99: --
100: if p_validate then
101: raise hr_api.validate_enabled;
102: end if;
103: --
104: -- Set all output arguments
105: --

Line 114: when hr_api.validate_enabled then

110: if g_debug then
111: hr_utility.set_location(' Leaving:'||l_proc, 70);
112: end if;
113: exception
114: when hr_api.validate_enabled then
115: --
116: -- As the Validate_Enabled exception has been raised
117: -- we must rollback to the savepoint
118: --

Line 191: when hr_api.cannot_find_prog_unit then

187: ,p_alias_type_component_id => p_alias_type_component_id
188: ,p_object_version_number => p_object_version_number
189: );
190: exception
191: when hr_api.cannot_find_prog_unit then
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'update_alias_type_comp'
194: ,p_hook_type => 'BP'
195: );

Line 192: hr_api.cannot_find_prog_unit_error

188: ,p_object_version_number => p_object_version_number
189: );
190: exception
191: when hr_api.cannot_find_prog_unit then
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'update_alias_type_comp'
194: ,p_hook_type => 'BP'
195: );
196: if g_debug then

Line 236: when hr_api.cannot_find_prog_unit then

232: ,p_alias_type_component_id => p_alias_type_component_id
233: ,p_object_version_number => p_object_version_number
234: );
235: exception
236: when hr_api.cannot_find_prog_unit then
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'update_alias_type_comp'
239: ,p_hook_type => 'AP'
240: );

Line 237: hr_api.cannot_find_prog_unit_error

233: ,p_object_version_number => p_object_version_number
234: );
235: exception
236: when hr_api.cannot_find_prog_unit then
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'update_alias_type_comp'
239: ,p_hook_type => 'AP'
240: );
241: if g_debug then

Line 249: raise hr_api.validate_enabled;

245: --
246: -- When in validation only mode raise the Validate_Enabled exception
247: --
248: if p_validate then
249: raise hr_api.validate_enabled;
250: end if;
251: --
252: -- Set all output arguments
253: --

Line 261: when hr_api.validate_enabled then

257: if g_debug then
258: hr_utility.set_location(' Leaving:'||l_proc, 70);
259: end if;
260: exception
261: when hr_api.validate_enabled then
262: --
263: -- As the Validate_Enabled exception has been raised
264: -- we must rollback to the savepoint
265: --

Line 329: when hr_api.cannot_find_prog_unit then

325: (p_alias_type_component_id => p_alias_type_component_id
326: ,p_object_version_number => p_object_version_number
327: );
328: exception
329: when hr_api.cannot_find_prog_unit then
330: hr_api.cannot_find_prog_unit_error
331: (p_module_name => 'delete_alias_type_comp'
332: ,p_hook_type => 'BP'
333: );

Line 330: hr_api.cannot_find_prog_unit_error

326: ,p_object_version_number => p_object_version_number
327: );
328: exception
329: when hr_api.cannot_find_prog_unit then
330: hr_api.cannot_find_prog_unit_error
331: (p_module_name => 'delete_alias_type_comp'
332: ,p_hook_type => 'BP'
333: );
334: end;

Line 355: when hr_api.cannot_find_prog_unit then

351: (p_alias_type_component_id => p_alias_type_component_id
352: ,p_object_version_number => p_object_version_number
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'delete_alias_type_comp'
358: ,p_hook_type => 'AP'
359: );

Line 356: hr_api.cannot_find_prog_unit_error

352: ,p_object_version_number => p_object_version_number
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'delete_alias_type_comp'
358: ,p_hook_type => 'AP'
359: );
360: end;

Line 365: raise hr_api.validate_enabled;

361: --
362: -- When in validation only mode raise the Validate_Enabled exception
363: --
364: if p_validate then
365: raise hr_api.validate_enabled;
366: end if;
367: --
368: -- Set all output arguments
369: --

Line 375: when hr_api.validate_enabled then

371: if g_debug then
372: hr_utility.set_location(' Leaving:'||l_proc, 70);
373: end if;
374: exception
375: when hr_api.validate_enabled then
376: --
377: -- As the Validate_Enabled exception has been raised
378: -- we must rollback to the savepoint
379: --