DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on HR_GENERAL

Line 494: l_bg_id := hr_general.get_business_group_id;

490: fetch get_business_group into l_bg_id;
491: --
492: if get_business_group%NOTFOUND then
493: close get_business_group;
494: l_bg_id := hr_general.get_business_group_id;
495: else
496: close get_business_group;
497: end if;
498: --