DBA Data[Home] [Help]

APPS.OTA_OCL_API dependencies on HR_API

Line 97: when hr_api.cannot_find_prog_unit then

93: ,p_ocl_information20 => p_ocl_information20
94: ,p_object_version_number => p_object_version_number
95: );
96: exception
97: when hr_api.cannot_find_prog_unit then
98: hr_api.cannot_find_prog_unit_error
99: (p_module_name => 'create_competence_language_b'
100: ,p_hook_type => 'BP'
101: );

Line 98: hr_api.cannot_find_prog_unit_error

94: ,p_object_version_number => p_object_version_number
95: );
96: exception
97: when hr_api.cannot_find_prog_unit then
98: hr_api.cannot_find_prog_unit_error
99: (p_module_name => 'create_competence_language_b'
100: ,p_hook_type => 'BP'
101: );
102: end;

Line 180: when hr_api.cannot_find_prog_unit then

176: ,p_ocl_information20 => p_ocl_information20
177: ,p_object_version_number => p_object_version_number
178: );
179: exception
180: when hr_api.cannot_find_prog_unit then
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'create_competence_language_a'
183: ,p_hook_type => 'AP'
184: );

Line 181: hr_api.cannot_find_prog_unit_error

177: ,p_object_version_number => p_object_version_number
178: );
179: exception
180: when hr_api.cannot_find_prog_unit then
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'create_competence_language_a'
183: ,p_hook_type => 'AP'
184: );
185: end;

Line 190: raise hr_api.validate_enabled;

186: --
187: -- When in validation only mode raise the Validate_Enabled exception
188: --
189: if p_validate then
190: raise hr_api.validate_enabled;
191: end if;
192: --
193: -- Set all output arguments
194: --

Line 201: when hr_api.validate_enabled then

197: p_some_warning := ; */
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 70);
200: exception
201: when hr_api.validate_enabled then
202: --
203: -- As the Validate_Enabled exception has been raised
204: -- we must rollback to the savepoint
205: --

Line 315: when hr_api.cannot_find_prog_unit then

311: ,p_ocl_information20 => p_ocl_information20
312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'update_competence_language_b'
318: ,p_hook_type => 'BP'
319: );

Line 316: hr_api.cannot_find_prog_unit_error

312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'update_competence_language_b'
318: ,p_hook_type => 'BP'
319: );
320: end;

Line 398: when hr_api.cannot_find_prog_unit then

394: ,p_ocl_information20 => p_ocl_information20
395: ,p_object_version_number => p_object_version_number
396: );
397: exception
398: when hr_api.cannot_find_prog_unit then
399: hr_api.cannot_find_prog_unit_error
400: (p_module_name => 'update_competence_language_a'
401: ,p_hook_type => 'AP'
402: );

Line 399: hr_api.cannot_find_prog_unit_error

395: ,p_object_version_number => p_object_version_number
396: );
397: exception
398: when hr_api.cannot_find_prog_unit then
399: hr_api.cannot_find_prog_unit_error
400: (p_module_name => 'update_competence_language_a'
401: ,p_hook_type => 'AP'
402: );
403: end;

Line 408: raise hr_api.validate_enabled;

404: --
405: -- When in validation only mode raise the Validate_Enabled exception
406: --
407: if p_validate then
408: raise hr_api.validate_enabled;
409: end if;
410: --
411: -- Set all output arguments
412: --

Line 419: when hr_api.validate_enabled then

415: p_some_warning := ; */
416: --
417: hr_utility.set_location(' Leaving:'||l_proc, 70);
418: exception
419: when hr_api.validate_enabled then
420: --
421: -- As the Validate_Enabled exception has been raised
422: -- we must rollback to the savepoint
423: --