DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on BEN_COVERED_DEPENDENTS_F

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

2817: end if;
2818: end;
2819: --
2820: --Bug# 3026024 Start Here
2821: --Description : Delete the entry in the table ben_covered_dependents_f for the
2822: -- contact person whom is getting deleted.
2823: --
2824: --
2825: if g_debug then

Line 2831: delete from ben_covered_dependents_f c

2827: end if;
2828: --
2829: begin
2830: --
2831: delete from ben_covered_dependents_f c
2832: where c.contact_relationship_id in
2833: (select r.contact_relationship_id
2834: from per_contact_relationships r
2835: where r.contact_person_id = p_person_id