DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on FND_CRYPTO

Line 1071: -- Fnd_crypto.RandomNumber return a number of 16 bytes which has maximum

1067: -- See spec for description
1068: function Random return varchar2
1069: is
1070: begin
1071: -- Fnd_crypto.RandomNumber return a number of 16 bytes which has maximum
1072: -- 39 digits. This is well within the limit of 80 that this random
1073: -- function is returning.
1074: return(to_char(fnd_crypto.RandomNumber));
1075: end Random;

Line 1074: return(to_char(fnd_crypto.RandomNumber));

1070: begin
1071: -- Fnd_crypto.RandomNumber return a number of 16 bytes which has maximum
1072: -- 39 digits. This is well within the limit of 80 that this random
1073: -- function is returning.
1074: return(to_char(fnd_crypto.RandomNumber));
1075: end Random;
1076:
1077: --
1078: -- CacheCtx