DBA Data[Home] [Help]

APPS.PO_WFDS_PUB dependencies on PO_VENDOR_SITES_ALL

Line 74: from po_vendor_sites_all

70:
71: select language, fax, vendor_site_code,
72: ADDRESS_LINE1 || ' ' || ADDRESS_LINE2 || ' ' || ADDRESS_LINE3 || ' ' || CITY || ' ' || STATE || ' ' || ' ' || ZIP || ' ' || COUNTRY site_address
73: into l_language, l_fax, l_site_code, l_site_address
74: from po_vendor_sites_all
75: where vendor_site_id = l_vendor_site_id;
76:
77: /* First synch the PO_VENDORS */
78: -- Add Parameters