DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on FND_SECURITY_GROUPS

Line 1060: from fnd_security_groups

1056: IF (p_bgId IS NOT NULL AND l_enableSecGrp = 'Y' ) THEN
1057: BEGIN
1058:
1059: select security_group_id into l_secGrpId
1060: from fnd_security_groups
1061: where security_group_key = p_bgId;
1062:
1063: fnd_client_info.set_security_group_context(to_char(l_secGrpId));
1064: -- Fix for bug 5531282 , this reverts the earlier fix for bug 5084537