DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS dependencies on PO_VENDOR_SITES_ALL

Line 1845: ,po_vendors v, po_vendor_sites_all vs,hr_organization_units hr

1841: ,v.vendor_name
1842: ,vs.vendor_site_code
1843: ,hr.name hr_name
1844: from pa_deductions_all pded,pa_projects_all pa
1845: ,po_vendors v, po_vendor_sites_all vs,hr_organization_units hr
1846: where pa.project_id=pded.project_id and
1847: pded.vendor_id= v.vendor_id and pded.vendor_site_id=vs.vendor_site_id
1848: and pa.org_id=hr.organization_id
1849: and pded.deduction_req_id = p_dctn_req_id;