DBA Data[Home] [Help]

APPS.FND_SECURITY_GROUPS_API dependencies on DUAL

Line 129: from SYS.DUAL;

125: begin
126: -- Pull of a new id from sequence
127: select FND_SECURITY_GROUPS_S.NEXTVAL
128: into security_group_id
129: from SYS.DUAL;
130:
131: -- Insert new row in security groups
132: Fnd_Security_Groups_Pkg.Insert_Row(
133: row_id,