Specifies the columns and rows with Sybase data type information for the rlo
Location table.
Description | Column Name | Data Type ? | Characteristics ? |
---|---|---|---|
State | st_s | char | length 2 |
County location code | ct_s | char | length 4 |
City location code | cy_s | char | length 4 |
Record modification stamp | timestamp | timestamp | |
Effective date of rate change, state | d_st_s | datetime | format YYYYMMDD |
Effective date of rate change, county | d_ct_s | datetime | format YYYYMMDD |
Effective date of rate change, city | d_cy_s | datetime | format YYYYMMDD |
State reporting code | st_rep_s | char | length 4 |
County reporting code | ct_rep_s | char | length 4 |
City reporting code | cy_rep_s | char | length 4 |
State rate | p_st_rat_d | double | scale 5 |
County rate | p_ct_rat_d | double | scale 5 |
City rate | p_cy_rat_d | double | scale 5 |
Old state rate | p_st_rat_o_d | double | scale 5 |
Old county rate | p_ct_rat_o_d | double | scale 5 |
Old city rate | p_cy_rat_o_d | double | scale 5 |
State maximum tax amount | st_max_d | double | scale 2 |
County maximum tax amount | ct_max_d | double | scale 2 |
City maximum tax amount | cy_max_d | double | scale 2 |
County transit rate | p_ct_tran_rat_d | double | scale 5 |
City transit rate | p_cy_tran_rat_d | double | scale 5 |
Old county transit rate | p_ct_tran_rat_o_d | double | scale 5 |
Old city transit rate | p_cy_tran_rat_o_d | double | scale 5 |
Frozen rates (LOC.FREEZE code) "Frozen" means that: 1. The LeasePak Vertex module [U0437] won't modify the specified rates on the rlo row and lower jurisdictions. 2. The Location update [U0701] won't cascade the specified rates from higher jurisdictions into the rlo row and lower jurisdictions. Note that the rates on an rlo row can always be manually modified by [U0701] regardless of the setting of freeze_s. Possible settings for freeze_s: On a state row: NONE - no rates are frozen ST - state rates are frozen in the state and in every county and city in the state INCL - all rates are frozen in the state and in every county and city in the state On a county row: NONE - no rates are frozen ST - state rates are frozen in the county and in every city in the county CO - county rates are frozen in the county and in every city in the county STCO - state and county rates are frozen in the county and in every city in the county INCL - all rates are frozen in the county and in every city in the county On a city row: NONE - no rates are frozen ST - state rates are frozen CO - county rates are frozen CI - city rates are frozen STCO - state and county rates are frozen STCI - state and city rates are frozen COCI - county and city rates are frozen SCC - state, county, and city rates are frozen | freeze_s | char | length 4 |
State rate for vehicle sales tax | p_st_rat_veh_sales_d | double | scale 5 |
State other rate for vehicle sales tax | p_st_oth_rat_veh_sales_d | double | scale 5 |
Effective date of rate change, state vehicle sales tax | d_st_veh_sales_s | datetime | format YYYYMMDD |
County rate for vehicle sales tax | p_ct_rat_veh_sales_d | double | scale 5 |
County transit rate for vehicle sales tax | p_ct_tran_rat_veh_sales_d | double | scale 5 |
Effective date of rate change, county vehicle sales tax | d_ct_veh_sales_s | datetime | format YYYYMMDD |
City rate for vehicle sales tax | p_cy_rat_veh_sales_d | double | scale 5 |
City transit rate for vehicle sales tax | p_cy_tran_rat_veh_sales_d | double | scale 5 |
Effective date of rate change, city vehicle sales tax | d_cy_veh_sales_s | datetime | format YYYYMMDD |
State rate for vehicle use tax | p_st_rat_veh_use_d | double | scale 5 |
State other rate for vehicle use tax | p_st_oth_rat_veh_use_d | double | scale 5 |
Effective date of rate change, state vehicle use tax | d_st_veh_use_s | datetime | format YYYYMMDD |
County rate for vehicle use tax | p_ct_rat_veh_use_d | double | scale 5 |
County transit rate for vehicle use tax | p_ct_tran_rat_veh_use_d | double | scale 5 |
Effective date of rate change, county vehicle use tax | d_ct_veh_use_s | datetime | format YYYYMMDD |
City rate for vehicle use tax | p_cy_rat_veh_use_d | double | scale 5 |
City transit rate for vehicle use tax | p_cy_tran_rat_veh_use_d | double | scale 5 |
Effective date of rate change, city vehicle use tax | d_cy_veh_use_s | datetime | format YYYYMMDD |
Old state rate for vehicle sales tax | p_st_rat_veh_sales_o_d | double | scale 5 |
Old state other rate for vehicle sales tax | p_st_oth_rat_veh_sales_o_d | double | scale 5 |
Old county rate for vehicle sales tax | p_ct_rat_veh_sales_o_d | double | scale 5 |
Old county transit rate for vehicle sales tax | p_ct_tran_rat_veh_sales_o_d | double | scale 5 |
Old city rate for vehicle sales tax | p_cy_rat_veh_sales_o_d | double | scale 5 |
Old city transit rate for vehicle sales tax | p_cy_tran_rat_veh_sales_o_d | double | scale 5 |
Old state rate for vehicle use tax | p_st_rat_veh_use_o_d | double | scale 5 |
Old state other rate for vehicle use tax | p_st_oth_rat_veh_use_o_d | double | scale 5 |
Old county rate for vehicle use tax | p_ct_rat_veh_use_o_d | double | scale 5 |
Old county transit rate for vehicle use tax | p_ct_tran_rat_veh_use_o_d | double | scale 5 |
Old city rate for vehicle use tax | p_cy_rat_veh_use_o_d | double | scale 5 |
Old city transit rate for vehicle use tax | p_cy_tran_rat_veh_use_o_d | double | scale 5 |
Index Name | Piece 1 | Piece 2 | Piece 3 |
---|---|---|---|
rlo_idx0 | st_s | ct_s | cy_s |
rlo_idx1 | st_s | cy_s | ct_s |
Following are descriptions of the Sybase data types used in the LeasePak database. Note that LeasePak does not use all the Sybase data types.
varbinary
data type storing raw binary data. Whenever a table includes a
timestamp
column, Sybase updates the information in timestamp
each time a user inserts or updates a
record, preventing multiple-user cross-update data corruption.
LeasePak Documentation Suite
©
by NetSol Technologies Inc. All rights reserved.
The information contained in this document is the property of NetSol Technologies Inc. Use of the information contained herein is restricted. Conditions of use are subject to change without notice. NetSol Technologies Inc. assumes no liability for any inaccuracy that may appear in this document; the contents of this document do not constitute a promise or warranty. The software described in this document is furnished under license and may be used or copied only in accordance with the terms of said license. Unauthorized use, alteration, or reproduction of this document without the written consent of NetSol Technologies Inc. is prohibited.
This message should disappear within 5-15 seconds, depending on the size of the document and the speed of your connection to the Documentation Suite.
If you can still see this message after 20 seconds, try clicking the Refresh or Reload button on your Web browser.
If your document still does not load, refer to Document Load Troubleshooting for instructions on how to fix possible problems with either your Documentation Suite installation or Web browser setup.
If you do not have read access to the parent docsuite directory, you will not be able to load the Document Load Troubleshooting document. In this case, contact your network administrator for assistance.