DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on JAI_AP_TDS_VNDR_TYPE_V

Line 857: from JAI_AP_TDS_VNDR_TYPE_V

853: --having sum(tax_amount) <> 0; --Commented by Bgowrava for Bug#8254510
854:
855: cursor c_po_vendors(p_vendor_id number) is
856: select tds_vendor_type_lookup_code
857: from JAI_AP_TDS_VNDR_TYPE_V
858: where vendor_id = p_vendor_id;
859:
860: cursor c_get_threshold
861: (p_vendor_id number, p_vendor_site_id number, p_tds_section_code varchar2,p_section_type jai_ap_tds_inv_taxes.section_type%type) IS --rchandan for bug#4428980