DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SWI dependencies on HR_APPLICANT_API

Line 123: hr_applicant_api.terminate_applicant

119: close csr_ovn_person;
120: --
121: IF l_new_per_system_status = L_TERM_APL THEN
122: If l_num_asg = 1 Then
123: hr_applicant_api.terminate_applicant
124: (p_effective_date => p_effective_date
125: ,p_person_id => l_person_id
126: ,p_object_version_number => l_ovn
127: ,p_effective_start_date => p_effective_start_date

Line 134: -- hr_applicant_api.terminate_applicant is modified to

130: ,p_change_reason => p_change_reason --4066579
131: ,p_remove_fut_asg_warning => l_warning -- 4066579
132: );
133: -- Fix for bug 3308428. This is a work round fix until
134: -- hr_applicant_api.terminate_applicant is modified to
135: -- accept assginment_status_type_id as parameter
136: -- open csr_last_irc_assignment;
137: -- fetch csr_last_irc_assignment into
138: -- l_ias_status_id