DBA Data[Home] [Help]

APPS.IEM_EMTA_ADMIN_PVT dependencies on FND_VAULT

Line 827: l_decrypted_pwd := fnd_vault.get('IEM', p_email_account_id );

823: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
824: raise IEM_FAILED_DECRYPT_ACCT_PWD;
825: end if;
826: */
827: l_decrypted_pwd := fnd_vault.get('IEM', p_email_account_id );
828:
829: if ( l_active_flag <> P_ACTIVE_FLAG ) then
830: l_data_changed := true;
831: end if;

Line 975: l_decrypted_pwd := fnd_vault.get('IEM', p_email_account_id );

971: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
972: raise IEM_FAILED_DECRYPT_ACCT_PWD;
973: end if;
974: */
975: l_decrypted_pwd := fnd_vault.get('IEM', p_email_account_id );
976:
977: if ( l_user_name = P_USER_NAME and l_decrypted_pwd=P_USER_PASSWORD and l_in_host = P_IN_HOST and l_in_port = P_IN_PORT ) then
978: null;
979: else