DBA Data[Home] [Help]

APPS.HXC_MAPPING_COMPONENT_API dependencies on HR_API

Line 59: when hr_api.cannot_find_prog_unit then

55: ,p_bld_blk_info_type_id => p_bld_blk_info_type_id
56: ,p_segment => p_segment
57: );
58: exception
59: when hr_api.cannot_find_prog_unit then
60: hr_api.cannot_find_prog_unit_error
61: (p_module_name => 'create_mapping_component'
62: ,p_hook_type => 'BP'
63: );

Line 60: hr_api.cannot_find_prog_unit_error

56: ,p_segment => p_segment
57: );
58: exception
59: when hr_api.cannot_find_prog_unit then
60: hr_api.cannot_find_prog_unit_error
61: (p_module_name => 'create_mapping_component'
62: ,p_hook_type => 'BP'
63: );
64: end;

Line 104: when hr_api.cannot_find_prog_unit then

100: ,p_bld_blk_info_type_id => p_bld_blk_info_type_id
101: ,p_segment => p_segment
102: );
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'create_mapping_component'
107: ,p_hook_type => 'AP'
108: );

Line 105: hr_api.cannot_find_prog_unit_error

101: ,p_segment => p_segment
102: );
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'create_mapping_component'
107: ,p_hook_type => 'AP'
108: );
109: end;

Line 118: raise hr_api.validate_enabled;

114: --
115: -- When in validation only mode raise the Validate_Enabled exception
116: --
117: if p_validate then
118: raise hr_api.validate_enabled;
119: end if;
120: --
121: if g_debug then
122: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 132: when hr_api.validate_enabled then

128: p_object_version_number := l_object_version_number;
129: --
130: exception
131: --
132: when hr_api.validate_enabled then
133: --
134: -- As the Validate_Enabled exception has been raised
135: -- we must rollback to the savepoint
136: --

Line 209: when hr_api.cannot_find_prog_unit then

205: ,p_bld_blk_info_type_id => p_bld_blk_info_type_id
206: ,p_segment => p_segment
207: );
208: exception
209: when hr_api.cannot_find_prog_unit then
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'update_mapping_component'
212: ,p_hook_type => 'BP'
213: );

Line 210: hr_api.cannot_find_prog_unit_error

206: ,p_segment => p_segment
207: );
208: exception
209: when hr_api.cannot_find_prog_unit then
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'update_mapping_component'
212: ,p_hook_type => 'BP'
213: );
214: end;

Line 250: when hr_api.cannot_find_prog_unit then

246: ,p_bld_blk_info_type_id => p_bld_blk_info_type_id
247: ,p_segment => p_segment
248: );
249: exception
250: when hr_api.cannot_find_prog_unit then
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'update_mapping_component'
253: ,p_hook_type => 'AP'
254: );

Line 251: hr_api.cannot_find_prog_unit_error

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

Line 264: raise hr_api.validate_enabled;

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

Line 277: when hr_api.validate_enabled then

273: p_object_version_number := l_object_version_number;
274: --
275: exception
276: --
277: when hr_api.validate_enabled then
278: --
279: -- As the Validate_Enabled exception has been raised
280: -- we must rollback to the savepoint
281: --

Line 345: when hr_api.cannot_find_prog_unit then

341: (p_mapping_component_id => p_mapping_component_id
342: ,p_object_version_number => p_object_version_number
343: );
344: exception
345: when hr_api.cannot_find_prog_unit then
346: hr_api.cannot_find_prog_unit_error
347: (p_module_name => 'delete_mapping_component_b'
348: ,p_hook_type => 'BP'
349: );

Line 346: hr_api.cannot_find_prog_unit_error

342: ,p_object_version_number => p_object_version_number
343: );
344: exception
345: when hr_api.cannot_find_prog_unit then
346: hr_api.cannot_find_prog_unit_error
347: (p_module_name => 'delete_mapping_component_b'
348: ,p_hook_type => 'BP'
349: );
350: end;

Line 377: when hr_api.cannot_find_prog_unit then

373: (p_mapping_component_id => p_mapping_component_id
374: ,p_object_version_number => p_object_version_number
375: );
376: exception
377: when hr_api.cannot_find_prog_unit then
378: hr_api.cannot_find_prog_unit_error
379: (p_module_name => 'delete_mapping_component_a'
380: ,p_hook_type => 'AP'
381: );

Line 378: hr_api.cannot_find_prog_unit_error

374: ,p_object_version_number => p_object_version_number
375: );
376: exception
377: when hr_api.cannot_find_prog_unit then
378: hr_api.cannot_find_prog_unit_error
379: (p_module_name => 'delete_mapping_component_a'
380: ,p_hook_type => 'AP'
381: );
382: end;

Line 387: raise hr_api.validate_enabled;

383: --
384: -- When in validation only mode raise the Validate_Enabled exception
385: --
386: if p_validate then
387: raise hr_api.validate_enabled;
388: end if;
389: --
390: if g_debug then
391: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 396: when hr_api.validate_enabled then

392: end if;
393: --
394: exception
395: --
396: when hr_api.validate_enabled then
397: --
398: -- As the Validate_Enabled exception has been raised
399: -- we must rollback to the savepoint
400: --