DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_CASE_API dependencies on PER_ABSENCE_ATTENDANCES

Line 822: update per_absence_attendances

818: -- Update Person Absence Attendances to remove link to Case record.
819: --
820: hr_utility.set_location(l_proc, 48);
821:
822: update per_absence_attendances
823: set absence_case_id = null
824: where absence_case_id =p_absence_case_id;
825:
826: hr_utility.set_location(l_proc, 50);