DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on PO_VENDOR_SITES

Line 210: FROM po_vendor_sites

206: IF (l_vendor_site_id is NOT NULL) THEN
207: l_progress := '003';
208: SELECT match_option
209: INTO l_invoice_match_option
210: FROM po_vendor_sites
211: WHERE vendor_site_id = l_vendor_site_id;
212: ELSE
213: IF (l_vendor_id is NOT NULL) THEN
214: l_progress := '004';