DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_VENDOR_SITES_ALL

Line 120: FROM po_vendor_sites_all

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