Normally, a receivings view has three tables
SELECT
rct.POPRCTNM, rct.VENDORID, rcl.ITEMNMBR, rlq.QTYSHPPD, rlq.QTYINVCD, rlq.PONUMBER, rcl.PURPVIDX
FROM
pop10300 rct
JOIN
pop10310 rcl
ON
rcl.POPRCTNM = rct.POPRCTNM
JOIN
pop10500 rlq
ON
rlq.POPRCTNM = rcl.POPRCTNM
AND
rlq.RCPTLNNM = rcl.RCPTLNNM
But if you want distributions, I don't see where you can have the lines because there is no link from the lines to the dists.