DBA Data[Home] [Help]

APPS.HR_SCORECARD_SHARING_API dependencies on HR_API

Line 127: when hr_api.cannot_find_prog_unit then

123: ,p_attribute29 => p_attribute29
124: ,p_attribute30 => p_attribute30
125: );
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_sharing_instance'
130: ,p_hook_type => 'BP'
131: );

Line 128: hr_api.cannot_find_prog_unit_error

124: ,p_attribute30 => p_attribute30
125: );
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_sharing_instance'
130: ,p_hook_type => 'BP'
131: );
132: end;

Line 219: when hr_api.cannot_find_prog_unit then

215: ,p_sharing_instance_id => l_sharing_instance_id
216: ,p_object_version_number => l_object_version_number
217: );
218: exception
219: when hr_api.cannot_find_prog_unit then
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'create_sharing_instance'
222: ,p_hook_type => 'AP'
223: );

Line 220: hr_api.cannot_find_prog_unit_error

216: ,p_object_version_number => l_object_version_number
217: );
218: exception
219: when hr_api.cannot_find_prog_unit then
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'create_sharing_instance'
222: ,p_hook_type => 'AP'
223: );
224: end;

Line 231: raise hr_api.validate_enabled;

227: --
228: -- When in validation only mode raise the Validate_Enabled exception
229: --
230: if p_validate then
231: raise hr_api.validate_enabled;
232: end if;
233: --
234: -- Set all IN OUT and OUT parameters with out values
235: --

Line 263: when hr_api.validate_enabled then

259:
260: END IF;
261:
262: exception
263: when hr_api.validate_enabled then
264: --
265: -- As the Validate_Enabled exception has been raised
266: -- we must rollback to the savepoint
267: --

Line 343: when hr_api.cannot_find_prog_unit then

339: (p_sharing_instance_id => p_sharing_instance_id
340: ,p_object_version_number => p_object_version_number
341: );
342: exception
343: when hr_api.cannot_find_prog_unit then
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'delete_sharing_instance'
346: ,p_hook_type => 'BP'
347: );

Line 344: hr_api.cannot_find_prog_unit_error

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

Line 369: when hr_api.cannot_find_prog_unit then

365: (p_sharing_instance_id => p_sharing_instance_id
366: ,p_object_version_number => p_object_version_number
367: );
368: exception
369: when hr_api.cannot_find_prog_unit then
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'delete_sharing_instance'
372: ,p_hook_type => 'AP'
373: );

Line 370: hr_api.cannot_find_prog_unit_error

366: ,p_object_version_number => p_object_version_number
367: );
368: exception
369: when hr_api.cannot_find_prog_unit then
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'delete_sharing_instance'
372: ,p_hook_type => 'AP'
373: );
374: end;

Line 381: raise hr_api.validate_enabled;

377: --
378: -- When in validation only mode raise the Validate_Enabled exception
379: --
380: if p_validate then
381: raise hr_api.validate_enabled;
382: end if;
383:
384: --
385: -- Pipe the main IN OUT / OUT parameters for ease of debugging.

Line 402: when hr_api.validate_enabled then

398:
399: END IF;
400:
401: exception
402: when hr_api.validate_enabled then
403: --
404: -- As the Validate_Enabled exception has been raised
405: -- we must rollback to the savepoint
406: --