DBA Data[Home] [Help]

APPS.FND_SECURITY_GROUPS_API dependencies on FND_SECURITY_GROUPS_VL

Line 94: from FND_SECURITY_GROUPS_VL

90: dummy number;
91: begin
92: select 1
93: into dummy
94: from FND_SECURITY_GROUPS_VL
95: where SECURITY_GROUP_NAME = Name_Exists.security_group_name;
96:
97: return(TRUE);
98: exception