DBA Data[Home] [Help]

APPS.OKS_AUTO_REMINDER dependencies on FND_CRYPTO

Line 311: Note : Call FND_CRYPTO for generating the password (track bug 4358822)

307: --@ USER_SYNCHED constant pls_integer := 3;
308: --@ USER_EXISTS_NO_LINK_ALLOWED constant pls_integer := 4;
309: IF l_test_user IN (0,3) THEN
310: CALL FND_USER_PKG.CreateUserIdParty
311: Note : Call FND_CRYPTO for generating the password (track bug 4358822)
312: FND_USER_RESP_GROUPS_API.insert_assignment with responsibility as 'OKS_ERN_WEB'
313: ELSE -- l_test_user <> 0 ,3
314: -- error, raise exception
315: RAISE FND_API.G_EXC_ERROR;

Line 3110: 'ok to create a new user, calling FND_CRYPTO.randombytes');

3106:
3107: -- log file
3108: fnd_file.put_line
3109: (fnd_file.LOG,
3110: 'ok to create a new user, calling FND_CRYPTO.randombytes');
3111: x_password :=
3112: fnd_crypto.randomstring
3113: (NVL (fnd_profile.VALUE ('SIGNON_PASSWORD_LENGTH'),
3114: 4));

Line 3112: fnd_crypto.randomstring

3108: fnd_file.put_line
3109: (fnd_file.LOG,
3110: 'ok to create a new user, calling FND_CRYPTO.randombytes');
3111: x_password :=
3112: fnd_crypto.randomstring
3113: (NVL (fnd_profile.VALUE ('SIGNON_PASSWORD_LENGTH'),
3114: 4));
3115: l_user_id :=
3116: fnd_user_pkg.createuseridparty