DBA Data[Home] [Help]

APPS.JL_AR_APPLICABLE_TAXES dependencies on PO_VENDOR_SITES_ALL

Line 550: AND pv.vendor_id in (select vendor_id from po_vendor_sites_all where org_id = l_org_id); --bug 10091261

546: '-'),
547: 1,10)
548: ) ||
549: substr(pv.global_attribute12,1,1) = TO_CHAR(l_TAXPAYERID_C)
550: AND pv.vendor_id in (select vendor_id from po_vendor_sites_all where org_id = l_org_id); --bug 10091261
551:
552:
553:
554: INV_REC CUR3%ROWTYPE;

Line 1915: AND pv.vendor_id in (select vendor_id from po_vendor_sites_all where org_id = l_org_id); --bug 10091261

1911: '-'),
1912: 1,10)
1913: ) ||
1914: substr(pv.global_attribute12,1,1) = TO_CHAR(l_TAXPAYERID_C)
1915: AND pv.vendor_id in (select vendor_id from po_vendor_sites_all where org_id = l_org_id); --bug 10091261
1916:
1917: INV_REC CUR4%ROWTYPE;
1918:
1919: