DBA Data[Home] [Help]

APPS.HR_OBJECTIVES_SWI dependencies on HR_OBJECTIVES_API

Line 64: hr_objectives_api.update_objective

60: if nvl(l_access_code,'9Z') <> 'ALIGN' then
61: --
62: -- Update aligned with objective record to mark for aligning
63: --
64: hr_objectives_api.update_objective
65: (p_effective_date => trunc(sysdate),
66: p_objective_id => p_aligned_with_obj_id,
67: p_sharing_access_code => l_align_access,
68: p_object_version_number => l_mgr_obj_ovn,

Line 232: hr_objectives_api.create_objective

228: --
229: --
230: -- Call API
231: --
232: hr_objectives_api.create_objective
233: (p_validate => l_validate
234: ,p_effective_date => p_effective_date
235: ,p_business_group_id => p_business_group_id
236: ,p_name => p_name

Line 422: hr_objectives_api.delete_objective

418: close get_object_version_number;
419: end if;
420:
421:
422: hr_objectives_api.delete_objective
423: (p_validate => l_validate
424: ,p_objective_id => p_objective_id
425: ,p_object_version_number => l_object_version_number
426: );

Line 634: hr_objectives_api.update_objective

630: --
631: --
632: -- Call API
633: --
634: hr_objectives_api.update_objective
635: (p_validate => l_validate
636: ,p_effective_date => p_effective_date
637: ,p_objective_id => p_objective_id
638: ,p_object_version_number => p_object_version_number