DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on AP_TAX_CODES_ALL

Line 73: tax_code_id ap_tax_codes_all.tax_id%TYPE,

69: ship_to_in_city_limits_flag varchar2(1),
70: ship_to_geocode varchar2(1),
71: poo_address_code varchar2(1),
72: poa_address_code varchar2(1),
73: tax_code_id ap_tax_codes_all.tax_id%TYPE,
74: tax_code ap_tax_codes_all.name%TYPE,
75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,

Line 74: tax_code ap_tax_codes_all.name%TYPE,

70: ship_to_geocode varchar2(1),
71: poo_address_code varchar2(1),
72: poa_address_code varchar2(1),
73: tax_code_id ap_tax_codes_all.tax_id%TYPE,
74: tax_code ap_tax_codes_all.name%TYPE,
75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,
78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,

Line 76: tax_rate ap_tax_codes_all.tax_rate%TYPE,

72: poa_address_code varchar2(1),
73: tax_code_id ap_tax_codes_all.tax_id%TYPE,
74: tax_code ap_tax_codes_all.name%TYPE,
75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,
78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,
79: nonrecoverable_tax po_distributions_all.nonrecoverable_tax%TYPE,
80: location_qualifier varchar2(1),

Line 106: tax_type ap_tax_codes_all.tax_type%TYPE,

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,
110: task_id ap_invoice_distributions_all.task_id%TYPE,

Line 107: tax_description ap_tax_codes_all.description%TYPE,

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,
110: task_id ap_invoice_distributions_all.task_id%TYPE,
111: award_id ap_invoice_distributions_all.award_id%TYPE,

Line 219: p_tax_rate IN ap_tax_codes_all.tax_rate%TYPE,

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)
222: return NUMBER;
223:

Line 220: p_offset_tax_code_id IN ap_tax_codes_all.offset_tax_code_id%TYPE,

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)
222: return NUMBER;
223:
224: /* Function called by the tax view to get orginal amount (replace aid.amount) */