DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on FND_CRYPTO

Line 3768: l_passchar:=fnd_crypto.RandomString(len=>1);

3764: --l_passchar:=dbms_random.string('U',1);
3765: -- the following line has an ATG CU3 dependency. If you need to update and
3766: -- release the patch before that, comment it out and replace with the line above
3767: --
3768: l_passchar:=fnd_crypto.RandomString(len=>1);
3769: if (l_passchar<>l_oldpasschar) then
3770: l_password:=l_password||l_passchar;
3771: l_oldpasschar:=l_passchar;
3772: end if;

Line 3781: l_password:=l_password||mod(fnd_crypto.randomnumber,10);

3777: --l_password:=l_password||floor(dbms_random.value(0,9));
3778: -- the following line has an ATG CU3 dependency. If you need to update and
3779: -- release the patch before that, comment it out and replace with the line above
3780: --
3781: l_password:=l_password||mod(fnd_crypto.randomnumber,10);
3782:
3783: hr_utility.set_location(l_proc,160);
3784:
3785: l_user_id := fnd_user_pkg.CreateUserId (