DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on BEN_COVERED_DEPENDENTS_F

Line 170: 115.27 16-JUL-2003 jpthomas 3026024 Added delete from ben_covered_dependents_f.

166: 115.25 03-DEC-2002 pmfletch MLS Added delete from per_subjects_taken_tl
167: for MLS
168: 115.26 03-DEC-2002 pmfletch MLS Added delete from per_qualifications_tl
169: for MLS
170: 115.27 16-JUL-2003 jpthomas 3026024 Added delete from ben_covered_dependents_f.
171: Delete the entry in the above table for the
172: contact person whom is getting deleted.
173: 115.29 Sep-2003 mbocutt ex-person security enhancements.
174: Remove refs to per_person_list_changes.

Line 2090: --Description : Delete the entry in the table ben_covered_dependents_f for the

2086: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 23601);
2087: end;
2088: --
2089: --Bug# 3026024 Start Here
2090: --Description : Delete the entry in the table ben_covered_dependents_f for the
2091: -- contact person whom is getting deleted.
2092: --
2093: --
2094: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 237);

Line 2097: delete from ben_covered_dependents_f c

2093: --
2094: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 237);
2095: --
2096: begin
2097: delete from ben_covered_dependents_f c
2098: where c.contact_relationship_id in (
2099: select r.contact_relationship_id
2100: from per_contact_relationships r
2101: where r.contact_person_id = p_person_id