DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PER_NUMBER_GENERATION_CONTROLS

Line 1405: DELETE FROM per_number_generation_controls png

1401: --
1402: begin
1403: hr_utility.set_location('Entering: '||l_proc,10);
1404: --
1405: DELETE FROM per_number_generation_controls png
1406: WHERE png.business_group_id = p_business_group_id;
1407: hr_utility.set_location('Leaving: '||l_proc,10);
1408: --
1409: end delete_per_misc;