DBA Data[Home] [Help]

APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_RATES

Line 2888: DELETE from BEN_CWB_PERSON_RATES where person_id = p_person_id;

2884:
2885: --Bug 4653271 Deletion of BEn - CWB information
2886: DELETE from BEN_CWB_PERSON_INFO where person_id = p_person_id;
2887:
2888: DELETE from BEN_CWB_PERSON_RATES where person_id = p_person_id;
2889:
2890: DELETE from BEN_CWB_SUMMARY where person_id = p_person_id;
2891: -- End Bug 4653271
2892: