DBA Data[Home] [Help]

APPS.FND_SECURITY_GROUPS_PKG dependencies on DUAL

Line 66: select fnd_security_groups_s.nextval into sgroup_id from dual;

62: end if;
63: exception
64: when NO_DATA_FOUND then
65:
66: select fnd_security_groups_s.nextval into sgroup_id from dual;
67:
68: fnd_security_groups_pkg.INSERT_ROW (
69: X_ROWID => row_id,
70: X_SECURITY_GROUP_ID => sgroup_id,