DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on RA_TAX_EXEMPTIONS

Line 143: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,

139: entered_amount ra_customer_trx_lines.extended_amount%TYPE,
140:
141: tax_code ar_vat_tax.tax_code%TYPE,
142: vat_tax_id ar_vat_tax.vat_tax_id%TYPE,
143: tax_exemption_id ra_tax_exemptions.tax_exemption_id%TYPE,
144: item_exception_rate_id ra_item_exception_rates.item_exception_rate_id%TYPE,
145: tax_rate ar_vat_tax.tax_rate%TYPE,
146:
147: default_ussgl_transaction_code ra_customer_trx_lines.default_ussgl_transaction_code%TYPE,

Line 173: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,

169:
170: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
171:
172: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
173: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
174: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
175: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
176:
177: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */

Line 174: xmpt_reason ra_tax_exemptions.reason_code%TYPE,

170: vdrctrl_exempt VARCHAR(30), /* Vendor Control of Tax Exmeptions */
171:
172: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
173: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
174: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
175: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
176:
177: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
178: part_no VARCHAR2(40), /* Part Number as understood by Vendor */

Line 175: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,

171:
172: tax_control ra_customer_trx_lines.tax_exempt_flag%TYPE,
173: xmpt_cert_no ra_tax_exemptions.customer_exemption_number%TYPE,
174: xmpt_reason ra_tax_exemptions.reason_code%TYPE,
175: xmpt_percent ra_tax_exemptions.percent_exempt%TYPE,
176:
177: trx_line_type VARCHAR2(30), /* Sale / Service / Purchase / Rental */
178: part_no VARCHAR2(40), /* Part Number as understood by Vendor */
179: division_code VARCHAR2(30), /* Organization Attributes */