DBA Data[Home] [Help]

APPS.BEN_DM_DELETE dependencies on BEN_DM_UTILITY

Line 70: l_no_of_threads := ben_dm_utility.number_of_threads(p_business_group_id);

66: l_person_rec personTab;
67:
68: begin
69:
70: l_no_of_threads := ben_dm_utility.number_of_threads(p_business_group_id);
71: if l_no_of_threads is null then
72: l_no_of_threads := 3 ;
73: end if ;
74: open c1;