DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 265: p_amount_includes_tax_flag IN ap_invoice_distributions_all.amount_includes_tax_flag%TYPE,

261: -----------------------------------------------------------------------
262:
263: FUNCTION offset_factor
264: (p_offset_tax_flag IN ap_supplier_sites_all.offset_tax_flag%TYPE,
265: p_amount_includes_tax_flag IN ap_invoice_distributions_all.amount_includes_tax_flag%TYPE,
266: p_tax_rate IN ap_tax_codes_all.tax_rate%TYPE,
267: p_offset_tax_code_id IN ap_tax_codes_all.offset_tax_code_id%TYPE,
268: p_trx_date IN ap_invoices_all.invoice_date%TYPE
269: ) return NUMBER IS