Suppose we have some $a \in \mathbb{Z}$ with prime factorization $$a = \prod_{i=1}^kp_i^{n_i}.$$ If we write the multiset for this prime factorization as $$X_a=\\{p_1, ..., p_1, p_2, ..., p_2, ..., p_k\\},$$ where each $p_i$ appears $n_i$ times, then a divisor of $a$ is any integer $b$ such that the multiset for the prime factorization of $b$ ,$X_b$, is a subset of the multiset for the prime factorization for $a$, $X_a$.
My question is: is there a name for a divisor $b$ of $a$ such that for each $p_i \in X_b$, the multiplicity of $p_i$ in $X_b$ is equal to the multiplicity of $p_i$ in $X_a$? I am also wondering if such a divisor is of importance over a generic UFD, or really anywhere in commutative algebra. Thanks!