DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on RA_TAX_EXEMPTIONS

Line 163: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,

159: entered_amount ra_customer_trx_lines.extended_amount%TYPE,
160:
161: tax_code ar_vat_tax.tax_code%TYPE,
162: vat_tax_id ar_vat_tax.vat_tax_id%TYPE,
163: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,
164: item_exception_rate_id ra_item_exception_rates.item_exception_rate_id%TYPE,
165: tax_rate ar_vat_tax.tax_rate%TYPE,
166:
167: default_ussgl_transaction_code ra_customer_trx_lines.default_ussgl_transaction_code%TYPE,

Line 193: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,

189:
190: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
191:
192: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
193: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
194: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
195: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
196:
197: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */

Line 194: xmpt_reason ra_tax_exemptions.reason_code%TYPE,

190: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
191:
192: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
193: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
194: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
195: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
196:
197: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
198: part_no VARCHAR2(40), /* Part Number as understood by Vendor */

Line 195: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,

191:
192: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
193: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
194: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
195: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
196:
197: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
198: part_no VARCHAR2(40), /* Part Number as understood by Vendor */
199: division_code VARCHAR2(30), /* Organization Attributes */