DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on PO_VENDORS

Line 227: l_type_1099 po_vendors.type_1099%TYPE;

223:
224: l_payment_priority po_vendor_sites.payment_priority%TYPE;
225: l_terms_date_basis po_vendor_sites.terms_date_basis%TYPE;
226: l_vendor_income_tax_region po_vendor_sites.state%TYPE;
227: l_type_1099 po_vendors.type_1099%TYPE;
228: l_allow_awt_flag po_vendor_sites.allow_awt_flag%TYPE;
229: l_awt_group_id po_vendor_sites.awt_group_id%TYPE;
230: l_excl_freight_from_disc po_vendor_sites.exclude_freight_from_discount%TYPE;
231: l_payment_currency po_vendor_sites.payment_currency_code%TYPE;

Line 876: value in the vendor site first and if null else get value from po_vendors

872: End Get_Receipt_Info;
873:
874: /*-------------------------------------------------------------------------
875: GET_VENDOR_INFO : Get vendor and vendor site related information. Look for
876: value in the vendor site first and if null else get value from po_vendors
877: --------------------------------------------------------------------------*/
878: Procedure Get_vendor_info (
879: p_vendor_id IN NUMBER,
880: p_vendor_site_id IN NUMBER,

Line 944: FROM po_vendors pv,

940: p_payment_currency,
941: p_auto_tax_calc_flag,
942: p_party_id,
943: p_party_site_id
944: FROM po_vendors pv,
945: ap_supplier_sites pvs
946: WHERE pvs.vendor_site_id = l_default_pay_site_id and
947: pv.vendor_id = pvs.vendor_id;
948: