当前位置: 移动技术网 > IT编程>数据库>Oracle > 供应商类型为“员工”,计税这个地方为“否”的清单

供应商类型为“员工”,计税这个地方为“否”的清单

2019年07月25日  | 移动技术网IT编程  | 我要评论
select hou.name, vendor_name
from po_vendor_sites_all pvs, ap_suppliers ass, hr_operating_units hou
where pvs.auto_tax_calc_flag = 'n'
and pvs.vendor_id = ass.vendor_id
and ass.vendor_type_lookup_code = 'meg_employee'
and pvs.org_id = hou.organization_id;

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网