DBA Data[Home] [Help]

APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_RATES

Line 3020: DELETE from BEN_CWB_PERSON_RATES where person_id = p_person_id;

3016: --Bug 4653271 Deletion of BEn - CWB information
3017: if(p_per_in_ler_id is NULL) then
3018: DELETE from BEN_CWB_PERSON_INFO where person_id = p_person_id;
3019:
3020: DELETE from BEN_CWB_PERSON_RATES where person_id = p_person_id;
3021:
3022: DELETE from BEN_CWB_SUMMARY where person_id = p_person_id;
3023: end if;
3024: -- End Bug 4653271