rqm Table: CCA Asset Master
Sybase DBMS

Specifies the columns and rows with Sybase data type information for the rqm CCA Asset Master table.



rqm Columns

DescriptionColumn NameData Type ?Characteristics ?
CCA tax entitytax_ent_scharlength 4
CCA classcca_cls_scharlength 4
CCA type (L/O/P)
L - Specified leasing property
O - Separate class
P - Pool
cca_typ_ccharlength 1
Assetunit_scharlength 10
Record modification stamptimestamptimestamp
Date of last updated_lup_sdatetimeformat YYYYMMDD
Time of last updatet_lup_scharlength 6
Accrued to dated_acc_sdatetimeformat YYYYMMDD
CCA accrual methodcca_acc_scharlength 4
CCA disposition methodcca_disp_scharlength 4
Add-on ratep_addon_ddoublescale 5
Schedule percentagep_sch_prcnt_ddoublescale 5
CCA capital costcap_cost_ddoublescale 2
Adjustment L-T-D (for types L, O)adj_ltd_ddoublescale 2
CCA ITC (investment tax credit)cca_itc_ddoublescale 2
Undepreciated capital cost balance
opening balance for the next fiscal year
= cap_cost - cca taken L-T-D - adjustment L-T-D
balance_ddoublescale 2
Ordinary CCA L-T-D as of last year end
(CCA would have been, had the asset been
the only asset in the class and fully
depreciated at all times)
ord_ltd_ddoublescale 2
CCA taken L-T-D
(for types L,O)
taken_ltd_ddoublescale 2
Principal accrued L-T-D on current lease at last year end
This field is cleared when asset is placed on a new lease.
prn_ltd1_ddoublescale 2
Principal accrued Y-T-D on current lease at last year end
This field is cleared when asset is placed on
a new lease. This field is updated in accruals
when payments are due. It is added to the
prn_ltd_d during year end and then cleared.
prn_accrued_ytd_ddoublescale 2
CCA taken L-T-D on current lease
This field is cleared when asset is placed on a new lease.
prn_ltd_taken_ddoublescale 2
Prorated ordinary CCA L-T-D on current lease
For type = L only
prorated_ltd_ddoublescale 2
CCA original capital costorg_cap_cost_ddoublescale 2



rqm Indexes

Index NamePiece 1Piece 2Piece 3Piece 4
rqm_idx0tax_ent_scca_cls_scca_typ_cunit_s
rqm_idx1cca_cls_scca_typ_cunit_s
rqm_idx2unit_s



Data Type Definitions and Characteristics

Following are descriptions of the Sybase data types used in the LeasePak database. Note that LeasePak does not use all the Sybase data types.

char
Sybase fixed length character string. Typically used to store short and medium-length string data such as keys, names, addresses, descriptions, four-character codes, and single-character switch values.
Characteristics:
  • length - The maximum number of ASCII or ISO-8859-1 characters the string can contain.

datetime
Sybase date and time, containing century, year, month, day, hour, minute, second, and second fraction (to 1/300 second) information.
Characteristics:
  • format - The date format for the LeasePak database. For example, format YYYYMMDD is the 4-digit year number followed by the 2-digit month number followed by the 2-digit day number with no intervening punctuation.

double
Sybase numeric data type. Typically used to store percentage, rate, and dollar amount information.
Characteristics:
  • scale - The fractional granularity, meaning the number of places available to the right of the decimal point.

integer
Sybase numeric data type. Typically used to store counter and whole number information--term length, payment due day, number of units on lease, number of times delinquent, etc.

timestamp
Sybase data type based on the 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.

text
Sybase expandable character data type. Typically used to store long-length string data such as notebook entries.