DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 105: tax_rounding_rule ap_supplier_sites_all.ap_tax_rounding_rule%TYPE,

101: division_code varchar2(1),
102: audit_flag varchar2(1),
103: tax_header_level_flag varchar2(1),
104: --tax_rounding_rule po_vendor_sites_all.ap_tax_rounding_rule%TYPE,
105: tax_rounding_rule ap_supplier_sites_all.ap_tax_rounding_rule%TYPE,
106: tax_type ap_tax_codes_all.tax_type%TYPE,
107: tax_description ap_tax_codes_all.description%TYPE,
108: allow_tax_code_override_flag gl_tax_option_accounts.allow_tax_code_override_flag%TYPE,
109: project_id ap_invoice_distributions_all.project_id%TYPE,

Line 217: (p_offset_tax_flag IN ap_supplier_sites_all.offset_tax_flag%TYPE,

213: return NUMBER;
214:
215: /* Function called by view AP_TAX_LINES_SUMMARY_V to provide inclusive tax calculation with offset solution. */
216: FUNCTION offset_factor
217: (p_offset_tax_flag IN ap_supplier_sites_all.offset_tax_flag%TYPE,
218: p_amount_includes_tax_flag IN ap_invoice_distributions_all.amount_includes_tax_flag%TYPE,
219: p_tax_rate IN ap_tax_codes_all.tax_rate%TYPE,
220: p_offset_tax_code_id IN ap_tax_codes_all.offset_tax_code_id%TYPE,
221: p_trx_date IN ap_invoices_all.invoice_date%TYPE)