DBA Data[Home] [Help]

APPS.HXC_APPROVAL_COMPS_API dependencies on HR_API

Line 82: when hr_api.cannot_find_prog_unit then

78: ,p_parent_comp_ovn => p_parent_comp_ovn
79: ,p_run_recipient_extensions => p_run_recipient_extensions
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_approval_comps'
85: ,p_hook_type => 'BP'
86: );

Line 83: hr_api.cannot_find_prog_unit_error

79: ,p_run_recipient_extensions => p_run_recipient_extensions
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_approval_comps'
85: ,p_hook_type => 'BP'
86: );
87: end;

Line 154: when hr_api.cannot_find_prog_unit then

150: ,p_parent_comp_ovn => p_parent_comp_ovn
151: ,p_run_recipient_extensions => p_run_recipient_extensions
152: );
153: exception
154: when hr_api.cannot_find_prog_unit then
155: hr_api.cannot_find_prog_unit_error
156: (p_module_name => 'create_approval_comps'
157: ,p_hook_type => 'AP'
158: );

Line 155: hr_api.cannot_find_prog_unit_error

151: ,p_run_recipient_extensions => p_run_recipient_extensions
152: );
153: exception
154: when hr_api.cannot_find_prog_unit then
155: hr_api.cannot_find_prog_unit_error
156: (p_module_name => 'create_approval_comps'
157: ,p_hook_type => 'AP'
158: );
159: end;

Line 169: raise hr_api.validate_enabled;

165: --
166: -- When in validation only mode raise the Validate_Enabled exception
167: --
168: if p_validate then
169: raise hr_api.validate_enabled;
170: end if;
171: --
172: --if g_debug then
173: --hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 186: when hr_api.validate_enabled then

182: if g_debug then
183: hr_utility.set_location(' Leaving:'||l_proc, 70);
184: end if;
185: exception
186: when hr_api.validate_enabled then
187: --
188: -- As the Validate_Enabled exception has been raised
189: -- we must rollback to the savepoint
190: --

Line 282: when hr_api.cannot_find_prog_unit then

278: ,p_parent_comp_ovn => p_parent_comp_ovn
279: ,p_run_recipient_extensions => p_run_recipient_extensions
280: );
281: exception
282: when hr_api.cannot_find_prog_unit then
283: hr_api.cannot_find_prog_unit_error
284: (p_module_name => 'update_approval_comps'
285: ,p_hook_type => 'BP'
286: );

Line 283: hr_api.cannot_find_prog_unit_error

279: ,p_run_recipient_extensions => p_run_recipient_extensions
280: );
281: exception
282: when hr_api.cannot_find_prog_unit then
283: hr_api.cannot_find_prog_unit_error
284: (p_module_name => 'update_approval_comps'
285: ,p_hook_type => 'BP'
286: );
287: end;

Line 343: when hr_api.cannot_find_prog_unit then

339: ,p_parent_comp_ovn => p_parent_comp_ovn
340: ,p_run_recipient_extensions => p_run_recipient_extensions
341: );
342: exception
343: when hr_api.cannot_find_prog_unit then
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'update_approval_comps'
346: ,p_hook_type => 'AP'
347: );

Line 344: hr_api.cannot_find_prog_unit_error

340: ,p_run_recipient_extensions => p_run_recipient_extensions
341: );
342: exception
343: when hr_api.cannot_find_prog_unit then
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'update_approval_comps'
346: ,p_hook_type => 'AP'
347: );
348: end;

Line 357: raise hr_api.validate_enabled;

353: --
354: -- When in validation only mode raise the Validate_Enabled exception
355: --
356: if p_validate then
357: raise hr_api.validate_enabled;
358: end if;
359: --
360: if g_debug then
361: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 370: when hr_api.validate_enabled then

366: p_object_version_number := l_object_version_number;
367: --
368: exception
369: --
370: when hr_api.validate_enabled then
371: --
372: -- As the Validate_Enabled exception has been raised
373: -- we must rollback to the savepoint
374: --

Line 438: when hr_api.cannot_find_prog_unit then

434: (p_approval_comp_id => p_approval_comp_id
435: ,p_object_version_number => p_object_version_number
436: );
437: exception
438: when hr_api.cannot_find_prog_unit then
439: hr_api.cannot_find_prog_unit_error
440: (p_module_name => 'delete_approval_comps'
441: ,p_hook_type => 'BP'
442: );

Line 439: hr_api.cannot_find_prog_unit_error

435: ,p_object_version_number => p_object_version_number
436: );
437: exception
438: when hr_api.cannot_find_prog_unit then
439: hr_api.cannot_find_prog_unit_error
440: (p_module_name => 'delete_approval_comps'
441: ,p_hook_type => 'BP'
442: );
443: end;

Line 470: when hr_api.cannot_find_prog_unit then

466: (p_approval_comp_id => p_approval_comp_id
467: ,p_object_version_number => p_object_version_number
468: );
469: exception
470: when hr_api.cannot_find_prog_unit then
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'delete_approval_comps'
473: ,p_hook_type => 'AP'
474: );

Line 471: hr_api.cannot_find_prog_unit_error

467: ,p_object_version_number => p_object_version_number
468: );
469: exception
470: when hr_api.cannot_find_prog_unit then
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'delete_approval_comps'
473: ,p_hook_type => 'AP'
474: );
475: end;

Line 480: raise hr_api.validate_enabled;

476: --
477: -- When in validation only mode raise the Validate_Enabled exception
478: --
479: if p_validate then
480: raise hr_api.validate_enabled;
481: end if;
482: --
483: if g_debug then
484: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 489: when hr_api.validate_enabled then

485: end if;
486: --
487: exception
488: --
489: when hr_api.validate_enabled then
490: --
491: -- As the Validate_Enabled exception has been raised
492: -- we must rollback to the savepoint
493: --