DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG dependencies on PER_PEOPLE_F

Line 1291: update per_people_f

1287: end if;
1288: --
1289: if p_actual_termination_date is not null and
1290: p_leaving_reason = 'D' then
1291: update per_people_f
1292: set date_of_death = p_actual_termination_date
1293: where person_id = p_person_id
1294: and effective_start_date >= p_actual_termination_date +1
1295: and date_of_death is null;