DBA Data[Home] [Help]

APPS.PER_FR_DISABILITY_UPG_PKG dependencies on PER_DISABILITY_API

Line 167: PER_DISABILITY_API.create_disability(p_disability_id => l_disability_id,

163: BEGIN -- Insert new disability section
164:
165: SAVEPOINT start_insert;
166:
167: PER_DISABILITY_API.create_disability(p_disability_id => l_disability_id,
168: p_person_id => l_disabled.PERSON_ID,
169: p_quota_fte => 1.00,
170: p_category => l_category,
171: p_status => 'A',

Line 188: PER_DISABILITY_API.delete_disability(p_disability_id => l_disability_id,

184: /* End Date the Disability if different to end date of person */
185: IF l_disabilities_end_date<>l_person_end_date then
186: hr_utility.set_location('about to update',5);
187: --
188: PER_DISABILITY_API.delete_disability(p_disability_id => l_disability_id,
189: p_effective_date => l_disabilities_end_date,
190: p_datetrack_mode => 'DELETE',
191: p_object_version_number => l_object_version_number,
192: p_effective_start_date => l_effective_start_date,