DBA Data[Home] [Help]

APPS.UMX_LOGIN_HELP_PVT dependencies on FND_GLOBAL

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

722: -- generate number
723: x_auth_key := x_auth_key || mod(abs(FND_CRYPTO.SmallRandomNumber),10);
724: else
725: -- generate character
726: x_auth_key := x_auth_key || fnd_global.local_chr(mod(abs(FND_CRYPTO.SmallRandomNumber),26)
727: + ascii_offset);
728: end if;
729: end loop;
730: