DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SWI dependencies on HR_APPLICANT_API

Line 129: hr_applicant_api.terminate_applicant

125: close csr_ovn_person;
126: --
127: IF l_new_per_system_status = L_TERM_APL THEN
128: If l_num_asg = 1 Then
129: hr_applicant_api.terminate_applicant
130: (p_effective_date => p_effective_date
131: ,p_person_id => l_person_id
132: ,p_object_version_number => l_ovn
133: ,p_effective_start_date => p_effective_start_date

Line 141: -- hr_applicant_api.terminate_applicant is modified to

137: ,p_remove_fut_asg_warning => l_warning -- 4066579
138: ,p_status_change_comments => p_status_change_comments
139: );
140: -- Fix for bug 3308428. This is a work round fix until
141: -- hr_applicant_api.terminate_applicant is modified to
142: -- accept assginment_status_type_id as parameter
143: -- open csr_last_irc_assignment;
144: -- fetch csr_last_irc_assignment into
145: -- l_ias_status_id