DBA Data[Home] [Help]

APPS.HR_ELC_RESULT_API dependencies on HR_ELC_CANDIDATE_API

Line 84: hr_elc_candidate_api.update_election_candidate

80: --
81: -- Call the per_elc_candidate_api to insert the rank and
82: -- role for the candidate.
83:
84: hr_elc_candidate_api.update_election_candidate
85: (p_election_candidate_id => p_election_candidate_id
86: ,p_object_version_number => l_ovn_election_candidates
87: ,p_business_group_id => p_business_group_id
88: ,p_person_id => p_person_id

Line 213: hr_elc_candidate_api.update_election_candidate

209: --
210: -- Call the per_elc_candidate_api to insert the rank
211: -- and role fro the candidate.
212:
213: hr_elc_candidate_api.update_election_candidate
214: (p_election_candidate_id => p_election_candidate_id
215: ,p_object_version_number => l_ovn_election_candidates
216: ,p_business_group_id => p_business_group_id
217: ,p_election_id => p_election_id