DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on FND_SECURITY_GROUPS

Line 1264: from fnd_security_groups

1260: IF (p_bgId IS NOT NULL AND l_enableSecGrp = 'Y' ) THEN
1261: BEGIN
1262:
1263: select security_group_id into l_secGrpId
1264: from fnd_security_groups
1265: where security_group_key = p_bgId;
1266:
1267: fnd_client_info.set_security_group_context(to_char(l_secGrpId));
1268: -- Fix for bug 5531282 , this reverts the earlier fix for bug 5084537