DBA Data[Home] [Help]

APPS.IEM_MSTEMAIL_ACCOUNTS_PVT dependencies on FND_VAULT

Line 65: fnd_vault.put('IEM', to_char(p_email_account_id), p_raw_data);

61: end if;
62:
63: update iem_mstemail_accounts set user_password=l_encrypted_data, encrypt_key=l_encrypted_key where email_account_id=p_email_account_id;
64: */
65: fnd_vault.put('IEM', to_char(p_email_account_id), p_raw_data);
66:
67: -- Standard Check Of p_commit.
68: IF FND_API.To_Boolean(p_commit) THEN
69: COMMIT WORK;

Line 182: x_decrypted_data := fnd_vault.get('IEM', to_char(p_email_account_id));

178: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
179: raise PASSWORD_NOT_DECRYPTED;
180: end if;
181: */
182: x_decrypted_data := fnd_vault.get('IEM', to_char(p_email_account_id));
183:
184: -- Standard Check Of p_commit.
185: IF FND_API.To_Boolean(p_commit) THEN
186: COMMIT WORK;