DBA Data[Home] [Help]

APPS.UMX_LOGIN_HELP_PVT dependencies on FND_GLOBAL

Line 750: x_auth_key := x_auth_key || fnd_global.local_chr(mod(abs(FND_CRYPTO.SmallRandomNumber),26)

746: -- generate number
747: x_auth_key := x_auth_key || mod(abs(FND_CRYPTO.SmallRandomNumber),10);
748: else
749: -- generate character
750: x_auth_key := x_auth_key || fnd_global.local_chr(mod(abs(FND_CRYPTO.SmallRandomNumber),26)
751: + ascii_offset);
752: end if;
753: end loop;
754: