DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on HR_MULTI_TENANCY_PKG

Line 103: hr_multi_tenancy_pkg.is_multi_tenant_system THEN

99: -- security group corresponds to the business group.
100: -- 2. By the time this method is called the enterprise OLS context should
101: -- have been set.
102: IF l_business_group_id is null AND
103: hr_multi_tenancy_pkg.is_multi_tenant_system THEN
104: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp
105: (p_security_group_id => p_security_group_id);
106: END IF;
107: --

Line 104: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp

100: -- 2. By the time this method is called the enterprise OLS context should
101: -- have been set.
102: IF l_business_group_id is null AND
103: hr_multi_tenancy_pkg.is_multi_tenant_system THEN
104: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp
105: (p_security_group_id => p_security_group_id);
106: END IF;
107: --
108: hr_utility.set_location('Leaving Get_BG_ID:',100);

Line 682: if hr_multi_tenancy_pkg.is_multi_tenant_system then

678: hr_utility.set_location('session_context: '||session_context,20);
679: -- fnd_log.string(1,'HR','session_context: '||session_context);
680:
681: -- HR Multi Tenancy Addition:- Bug 7501793
682: if hr_multi_tenancy_pkg.is_multi_tenant_system then
683: hr_multi_tenancy_pkg.set_context(null);
684: end if;
685:
686: --

Line 683: hr_multi_tenancy_pkg.set_context(null);

679: -- fnd_log.string(1,'HR','session_context: '||session_context);
680:
681: -- HR Multi Tenancy Addition:- Bug 7501793
682: if hr_multi_tenancy_pkg.is_multi_tenant_system then
683: hr_multi_tenancy_pkg.set_context(null);
684: end if;
685:
686: --
687: -- Reset the package global just in case the initialization fails