DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on PO_VENDOR_SITES

Line 215: FROM po_vendor_sites

211: IF (l_vendor_site_id is NOT NULL) THEN
212: l_progress := '003';
213: SELECT match_option
214: INTO l_invoice_match_option
215: FROM po_vendor_sites
216: WHERE vendor_site_id = l_vendor_site_id;
217: END IF;
218:
219: IF (l_invoice_match_option is NULL) THEN