DBA Data[Home] [Help]

APPS.HR_POS_HIERARCHY_ELE_API dependencies on HR_API

Line 81: when hr_api.cannot_find_prog_unit then

77: ,p_subordinate_position_id => p_subordinate_position_id
78: ,p_business_group_id => p_business_group_id
79: );
80: exception
81: when hr_api.cannot_find_prog_unit then
82: hr_api.cannot_find_prog_unit_error
83: (p_module_name => 'create_pos_hierarchy_ele'
84: ,p_hook_type => 'BP'
85: );

Line 82: hr_api.cannot_find_prog_unit_error

78: ,p_business_group_id => p_business_group_id
79: );
80: exception
81: when hr_api.cannot_find_prog_unit then
82: hr_api.cannot_find_prog_unit_error
83: (p_module_name => 'create_pos_hierarchy_ele'
84: ,p_hook_type => 'BP'
85: );
86: end;

Line 157: when hr_api.cannot_find_prog_unit then

153: ,p_subordinate_position_id => p_subordinate_position_id
154: ,p_business_group_id => p_business_group_id
155: );
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'create_pos_hierarchy_ele'
160: ,p_hook_type => 'AP'
161: );

Line 158: hr_api.cannot_find_prog_unit_error

154: ,p_business_group_id => p_business_group_id
155: );
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'create_pos_hierarchy_ele'
160: ,p_hook_type => 'AP'
161: );
162: end;

Line 167: raise hr_api.validate_enabled;

163: --
164: -- When in validation only mode raise the Validate_Enabled exception
165: --
166: if p_validate then
167: raise hr_api.validate_enabled;
168: end if;
169: --
170: -- Set all output arguments
171: -- use values returned from ins (PZWALKER)

Line 175: when hr_api.validate_enabled then

171: -- use values returned from ins (PZWALKER)
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 70);
174: exception
175: when hr_api.validate_enabled then
176: --
177: -- As the Validate_Enabled exception has been raised
178: -- we must rollback to the savepoint
179: --

Line 209: ,p_parent_position_id in number default hr_api.g_number

205: procedure update_pos_hierarchy_ele
206: (p_validate in boolean default false
207: ,p_pos_structure_element_id in number
208: ,p_effective_date in date
209: ,p_parent_position_id in number default hr_api.g_number
210: ,p_subordinate_position_id in number default hr_api.g_number
211: ,p_object_version_number in out nocopy number
212: ) is
213: --

Line 210: ,p_subordinate_position_id in number default hr_api.g_number

206: (p_validate in boolean default false
207: ,p_pos_structure_element_id in number
208: ,p_effective_date in date
209: ,p_parent_position_id in number default hr_api.g_number
210: ,p_subordinate_position_id in number default hr_api.g_number
211: ,p_object_version_number in out nocopy number
212: ) is
213: --
214: -- Declare cursors and local variables

Line 244: when hr_api.cannot_find_prog_unit then

240: ,p_parent_position_id => p_parent_position_id
241: ,p_subordinate_position_id => p_subordinate_position_id
242: );
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_pos_hierarchy_ele'
247: ,p_hook_type => 'BP'
248: );

Line 245: hr_api.cannot_find_prog_unit_error

241: ,p_subordinate_position_id => p_subordinate_position_id
242: );
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_pos_hierarchy_ele'
247: ,p_hook_type => 'BP'
248: );
249: end;

Line 273: when hr_api.cannot_find_prog_unit then

269: ,p_parent_position_id => p_parent_position_id
270: ,p_subordinate_position_id => p_subordinate_position_id
271: );
272: exception
273: when hr_api.cannot_find_prog_unit then
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'update_pos_hierarchy_ele'
276: ,p_hook_type => 'AP'
277: );

Line 274: hr_api.cannot_find_prog_unit_error

270: ,p_subordinate_position_id => p_subordinate_position_id
271: );
272: exception
273: when hr_api.cannot_find_prog_unit then
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'update_pos_hierarchy_ele'
276: ,p_hook_type => 'AP'
277: );
278: end;

Line 283: raise hr_api.validate_enabled;

279: --
280: -- When in validation only mode raise the Validate_Enabled exception
281: --
282: if p_validate then
283: raise hr_api.validate_enabled;
284: end if;
285: --
286: -- Set all output arguments
287: --

Line 292: when hr_api.validate_enabled then

288: p_object_version_number := l_object_version_number;
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 70);
291: exception
292: when hr_api.validate_enabled then
293: --
294: -- As the Validate_Enabled exception has been raised
295: -- we must rollback to the savepoint
296: --

Line 348: when hr_api.cannot_find_prog_unit then

344: (p_pos_structure_element_id => p_pos_structure_element_id
345: ,p_object_version_number => p_object_version_number
346: );
347: exception
348: when hr_api.cannot_find_prog_unit then
349: hr_api.cannot_find_prog_unit_error
350: (p_module_name => 'delete_pos_hierarchy_ele'
351: ,p_hook_type => 'BP'
352: );

Line 349: hr_api.cannot_find_prog_unit_error

345: ,p_object_version_number => p_object_version_number
346: );
347: exception
348: when hr_api.cannot_find_prog_unit then
349: hr_api.cannot_find_prog_unit_error
350: (p_module_name => 'delete_pos_hierarchy_ele'
351: ,p_hook_type => 'BP'
352: );
353: end;

Line 375: when hr_api.cannot_find_prog_unit then

371: (p_pos_structure_element_id => p_pos_structure_element_id
372: ,p_object_version_number => p_object_version_number
373: );
374: exception
375: when hr_api.cannot_find_prog_unit then
376: hr_api.cannot_find_prog_unit_error
377: (p_module_name => 'delete_pos_hierarchy_ele'
378: ,p_hook_type => 'AP'
379: );

Line 376: hr_api.cannot_find_prog_unit_error

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

Line 385: raise hr_api.validate_enabled;

381: --
382: -- When in validation only mode raise the Validate_Enabled exception
383: --
384: if p_validate then
385: raise hr_api.validate_enabled;
386: end if;
387: --
388: -- Set all output arguments
389: --

Line 393: when hr_api.validate_enabled then

389: --
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 70);
392: exception
393: when hr_api.validate_enabled then
394: --
395: -- As the Validate_Enabled exception has been raised
396: -- we must rollback to the savepoint
397: --

Line 449: ,p_parent_position_id in number default hr_api.g_number

445: -- ----------------------------------------------------------------------------
446: --
447: procedure update_pos_hier_elem_internal
448: (p_pos_structure_element_id in number
449: ,p_parent_position_id in number default hr_api.g_number
450: ,p_subordinate_position_id in number default hr_api.g_number
451: ,p_effective_date in date
452: ,p_object_version_number in out nocopy number
453: ) is

Line 450: ,p_subordinate_position_id in number default hr_api.g_number

446: --
447: procedure update_pos_hier_elem_internal
448: (p_pos_structure_element_id in number
449: ,p_parent_position_id in number default hr_api.g_number
450: ,p_subordinate_position_id in number default hr_api.g_number
451: ,p_effective_date in date
452: ,p_object_version_number in out nocopy number
453: ) is
454: begin