TEMP_TAX_TRANSACTIONS
Temp Tax Transactions Table - Used with Tax on Cash
tableFINTEMP
TEMP_TAX_TRANSACTIONS — Temp Tax Transactions Table - Used with Tax on Cash. FIN table in the standard Ross ERP 8.0 schema: 46 columns, used by 25 programs. Columns, data types, keys, foreign keys and relationships.
Open TEMP_TAX_TRANSACTIONS in the interactive Data Dictionary →Part of Other 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 | SOURCE_MODULE | varchar(2) | PK | Source Module Reference |
| 5 | TRANSACTION_TYPE | varchar(2) | PK | Transaction Type |
| 6 | TRANSACTION_LINE_NUMBER | int | PK | Transaction line number used for tax reporting purposes |
| 7 | PERIOD | smallint | Period Number | |
| 8 | YEAR | smallint | Year Number | |
| 9 | TRANSACTION_DATE | datetime | Transaction Date | |
| 10 | TAX_REFERENCE_GROSS | numeric(20,2) | Transaction Value (before Tax) | |
| 11 | TAX | numeric(20,2) | Transaction Tax | |
| 12 | PART_CODE | varchar(15) | Product | |
| 13 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 14 | CUSTOMER_NUMBER | varchar(8) | Customer Number | |
| 15 | VENDOR_NUMBER | varchar(12) | Supplier Number (or ID) | |
| 16 | SOURCE_REFERENCE | varchar(20) | Source Reference | |
| 17 | TAX_TRANSACTION_NUMBER | varchar(9) | PK | Tax Transaction Number |
| 18 | SYS_CURRENCY_CODE | varchar(6) | Currency Code | |
| 19 | SYS_CURRENCY_RATE | numeric(20,12) | Currency Rate | |
| 20 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 21 | USERNAME | varchar(20) | Username | |
| 22 | SYS_TRAN_TOTAL_CURRENCY | numeric(20,2) | Total Transaction Value in Currency | |
| 23 | SYS_TRAN_TOTAL_BASE | numeric(20,2) | Total Transaction Value in Base Currency | |
| 24 | CUSTOMER_TAX_CODE | varchar(5) | Customer Tax Code | |
| 25 | PRODUCT_TAX_CODE | varchar(5) | Product Tax Code | |
| 26 | SEQUENCE | smallint | PK | Sequence Number |
| 27 | SYS_TAX_CURRENCY | numeric(20,2) | Transaction Tax | |
| 28 | SYS_TAX_BASE | numeric(20,2) | Transaction Tax in Base Currency | |
| 29 | SYS_CURRENCY_RATIO_INDIC | varchar(1) | Ratio Indicator | |
| 30 | SYS_ACCRUE_TAX | varchar(1) | Accrue tax | |
| 31 | SYS_E_TAX_CURRENCY_VAL | numeric(20,2) | Expensed Tax In Currency | |
| 32 | SYS_N_TAX_CURRENCY_VAL | numeric(20,2) | Non-expensed tax In Currency | |
| 33 | SYS_E_TAX_BASE_VAL | numeric(20,2) | Expensed Tax In Base | |
| 34 | SYS_N_TAX_BASE_VAL | numeric(20,2) | Non-expensed Tax Base | |
| 35 | ACCRUE_IGIC | varchar(1) | Accrue IGIC | |
| 36 | TAX_ALLOCATED | numeric(20,2) | ||
| 37 | SYS_CURRENCY_2_RATE | numeric(20,12) | Second Base Currency Rate | |
| 38 | SYS_CURRENCY_2_RATIO_INDIC | varchar(1) | Ratio Indicator for Second Base | |
| 39 | SYS_E_TAX_2_BASE_VAL | numeric(20,2) | ||
| 40 | SYS_N_TAX_2_BASE_VAL | numeric(20,2) | ||
| 41 | SYS_TAX_2_BASE | numeric(20,2) | ||
| 42 | SYS_TRAN_TOTAL_2_BASE | numeric(20,2) | Total Transaction Value in Second Base Currency | |
| 43 | TAX_CURRENCY_VAL | computed | ||
| 44 | TAX_BASE_VAL | computed | ||
| 45 | OS_TAX | computed | ||
| 46 | SYS_TAX_2_BASE_VAL | computed |