AR_FINANCE_CHARGE_TAX
Tax detail for finance charge
tableFINAR
AR_FINANCE_CHARGE_TAX — Tax detail for finance charge. FIN table in the standard Ross ERP 8.0 schema: 15 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open AR_FINANCE_CHARGE_TAX in the interactive Data Dictionary →Part of AR tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | TRANSACTION_NUMBER | int | PK | Transaction Number |
| 5 | TRANSACTION_LINE_NUMBER | int | PK | Transaction line number used for tax reporting purposes |
| 6 | PRODUCT_TAX_CODE | varchar(5) | Product Tax Code | |
| 7 | CUSTOMER_TAX_CODE | varchar(5) | Customer Tax Code | |
| 8 | AR_TRAN_TOTAL_CURRENCY | numeric(20,2) | Total Transaction Value in Currency | |
| 9 | TAX | numeric(20,2) | Transaction Tax | |
| 10 | PART_CODE | varchar(15) | Product | |
| 11 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 12 | AR_TAX_FULL_ACCOUNT | varchar(50) | Full Account for Auto AR Tax | |
| 13 | AR_TAX_CODE | varchar(6) | Short Code for Auto AR Tax | |
| 14 | AR_POSTING_FORMAT | varchar(6) | ||
| 15 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |