DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on RA_TAX_EXEMPTIONS

Line 173: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,

169: entered_amount ra_customer_trx_lines.extended_amount%TYPE,
170:
171: tax_code ar_vat_tax.tax_code%TYPE,
172: vat_tax_id ar_vat_tax.vat_tax_id%TYPE,
173: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,
174: item_exception_rate_id ra_item_exception_rates.item_exception_rate_id%TYPE,
175: tax_rate ar_vat_tax.tax_rate%TYPE,
176:
177: default_ussgl_transaction_code ra_customer_trx_lines.default_ussgl_transaction_code%TYPE,

Line 203: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,

199:
200: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
201:
202: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
203: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
204: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
205: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
206:
207: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */

Line 204: xmpt_reason ra_tax_exemptions.reason_code%TYPE,

200: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
201:
202: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
203: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
204: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
205: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
206:
207: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
208: part_no VARCHAR2(40), /* Part Number as understood by Vendor */

Line 205: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,

201:
202: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
203: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
204: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
205: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
206:
207: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
208: part_no VARCHAR2(40), /* Part Number as understood by Vendor */
209: division_code VARCHAR2(30), /* Organization Attributes */