DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on HR_GENERAL

Line 3553: l_bg_id := hr_general.get_business_group_id;

3549: fetch get_business_group into l_bg_id;
3550: --
3551: if get_business_group%NOTFOUND then
3552: close get_business_group;
3553: l_bg_id := hr_general.get_business_group_id;
3554: else
3555: close get_business_group;
3556: end if;
3557: --