DBA Data[Home] [Help]

APPS.HR_POS_HIERARCHY_ELE_API dependencies on HR_API

Line 82: when hr_api.cannot_find_prog_unit then

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

Line 83: hr_api.cannot_find_prog_unit_error

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

Line 158: when hr_api.cannot_find_prog_unit then

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

Line 159: hr_api.cannot_find_prog_unit_error

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

Line 168: raise hr_api.validate_enabled;

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

Line 176: when hr_api.validate_enabled then

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

Line 210: ,p_parent_position_id in number default hr_api.g_number

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

Line 211: ,p_subordinate_position_id in number default hr_api.g_number

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

Line 245: when hr_api.cannot_find_prog_unit then

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

Line 246: hr_api.cannot_find_prog_unit_error

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

Line 274: when hr_api.cannot_find_prog_unit then

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

Line 275: hr_api.cannot_find_prog_unit_error

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

Line 284: raise hr_api.validate_enabled;

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

Line 293: when hr_api.validate_enabled then

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

Line 349: when hr_api.cannot_find_prog_unit then

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

Line 350: hr_api.cannot_find_prog_unit_error

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

Line 376: when hr_api.cannot_find_prog_unit then

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

Line 377: hr_api.cannot_find_prog_unit_error

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

Line 386: raise hr_api.validate_enabled;

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

Line 394: when hr_api.validate_enabled then

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

Line 450: ,p_parent_position_id in number default hr_api.g_number

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

Line 451: ,p_subordinate_position_id in number default hr_api.g_number

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