DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_VENDOR_SITES_ALL

Line 116: FROM po_vendor_sites_all

112: /* check to see if the item is valid in the OU of the vendor_site_id passed in */
113:
114: SELECT org_id
115: INTO x_vs_org_id
116: FROM po_vendor_sites_all
117: WHERE vendor_site_id = x_vendor_site_id;
118:
119: -- Bug 3795146: Handle null org id for a single org instance
120: