Where can we find the Provision

Try this
select a.vendor_name, b.vendor_site_code,u.organization_id, u.name,h.* from Po_headers_all h , po_vendors a, po_vendor_sites_all b,hr_organization_units u
where h.segment1 = 228
and a.vendor_id = h.vendor_id
and a.vendor_id = b.vendor_id
and h.vendor_site_id = b.vendor_site_id
and h.org_id = u.organization_id

Questions by narendratirumala

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions