DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on HR_GENERAL

Line 3676: l_bg_id := hr_general.get_business_group_id;

3672: fetch get_business_group into l_bg_id;
3673: --
3674: if get_business_group%NOTFOUND then
3675: close get_business_group;
3676: l_bg_id := hr_general.get_business_group_id;
3677: else
3678: close get_business_group;
3679: end if;
3680: --

Line 6520: l_bg_id := hr_general.get_business_group_id;

6516: fetch get_business_group into l_bg_id;
6517: --
6518: if get_business_group%NOTFOUND then
6519: close get_business_group;
6520: l_bg_id := hr_general.get_business_group_id;
6521: else
6522: close get_business_group;
6523: end if;
6524: --