SELECT rt.transaction_id,
rt.transaction_type,
rsl.*
FROM po.rcv_transactions rt,
po.rcv_receiving_sub_ledger rsl
WHERE 1 = 1
AND rt.transaction_id = rsl.rcv_transaction_id(+)
AND rt.po_header_id IN (1336533, 1347606, 1355548);
SELECT ph.accrue_on_receipt_flag,ph.org_id,ph.*
FROM po.po_line_locations_all ph
WHERE ph.po_header_id IN (1336533, 1347606, 1355548);
SELECT ph.accrue_on_receipt_flag,ph.org_id, ph.*
FROM po.po_distributions_all ph
WHERE ph.po_header_id IN (1336533, 1347606, 1355548);
问题原因:采购接收选项设置问题