SELECT pohis.action_date --审批日期
,pohis.action_code --活动类型
,pohis.object_type_code
,pohis.object_revision_num --版本号
,pohis.object_id --与PO头header_id唯一
FROM po_action_history pohis
,po_headers_all poh
WHERE 1 = 1
AND pohis.object_id = poh.po_header_id