DBA Data[Home] [Help]

APPS.BEN_PERSON_DELETE dependencies on BEN_CWB_PERSON_INFO

Line 2886: DELETE from BEN_CWB_PERSON_INFO where person_id = p_person_id;

2882: END LOOP ben_per_in_ler;
2883: CLOSE c41;
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;