DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on HR_MULTI_TENANCY_PKG

Line 91: hr_multi_tenancy_pkg.is_multi_tenant_system THEN

87: -- security group corresponds to the business group.
88: -- 2. By the time this method is called the enterprise OLS context should
89: -- have been set.
90: IF l_business_group_id is null AND
91: hr_multi_tenancy_pkg.is_multi_tenant_system THEN
92: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp
93: (p_security_group_id => p_security_group_id);
94: END IF;
95: --

Line 92: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp

88: -- 2. By the time this method is called the enterprise OLS context should
89: -- have been set.
90: IF l_business_group_id is null AND
91: hr_multi_tenancy_pkg.is_multi_tenant_system THEN
92: l_business_group_id := hr_multi_tenancy_pkg.get_bus_grp_from_sec_grp
93: (p_security_group_id => p_security_group_id);
94: END IF;
95: --
96: RETURN l_business_group_id;

Line 575: if hr_multi_tenancy_pkg.is_multi_tenant_system then

571: --
572: session_context := fnd_global.session_context ;
573:
574: -- HR Multi Tenancy Addition:- Bug 7501793
575: if hr_multi_tenancy_pkg.is_multi_tenant_system then
576: hr_multi_tenancy_pkg.set_context(null);
577: end if;
578:
579: --

Line 576: hr_multi_tenancy_pkg.set_context(null);

572: session_context := fnd_global.session_context ;
573:
574: -- HR Multi Tenancy Addition:- Bug 7501793
575: if hr_multi_tenancy_pkg.is_multi_tenant_system then
576: hr_multi_tenancy_pkg.set_context(null);
577: end if;
578:
579: --
580: -- Reset the package global just in case the initialization fails