DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PER_BEN_IDENTIFIED_EVENTS

Line 3031: UPDATE per_ben_identified_events

3027: -- End changes for bug 8836797
3028: --
3029: hr_utility.set_location(l_proc, 295);
3030: -- Bug 13026903 starts
3031: UPDATE per_ben_identified_events
3032: SET effective_date = l_new_start_date
3033: WHERE person_id = p_person_id
3034: AND effective_date = l_old_start_date
3035: AND status <> 'Processed';