rnm Table: Name
Oracle DBMS

Specifies the columns and rows with Oracle data type information for the rnm Name table.

rnm Columns

DescriptionColumn NameData Type ?Characteristics ?
Name code
02 - Company
03 - Region
04 - Office
06 - County
07 - City
08 - Salesperson
09 - Credit approval officer
09 - Funding approval officer
09 - Document approval officer
10 - Financial institution
14 - Portfolio
15 - Tax Entity
rnm_flg_scharlength 2
Name key for each Name code
02 - portfolio(2)/company(2)/blank(5)
03 - portfolio(2)/company(2)/region(2)/blank(3)
04 - portfolio(2)/company(2)/region(2)/office(3)
06 - non-Vertex: county(4)/blank(5)
06 - Vertex: county(3)/blank(1)/state(2)/blank(3)
07 - non-Vertex: city(4)/blank(5)
07 - Vertex: city(4)/county(3)/state(2)
08 - salesperson(4)/blank(5)
09 - lending officer(9)
10 - financial institution(4)/blank(5)
14 - portfolio(2)/blank(7)
15 - tax entity(4)/blank(5)
rnm_key_scharlength 9
Record modification stampstamp_lnumberprecision 10
Name for each Name code
02, 03, 04 - Name(36)
06 - Name(34)/state(2)
07 - '07'(2)/Name(25)/blank(7)/state(2)
08, 09, 10, 14, 15 - Name(36)
nam_scharlength 36
Default applicationdef_app_scharlength 10
Portfolio or statepor_st_scharlength 2
Companycom_scharlength 2
Regionreg_scharlength 2
Officeoff_scharlength 3
Name code - officer
Only applicable for credit, funding or document
approval records.
officer_scharlength 9
Name codes
Only applicable for financial institution, CCA tax
entity or salesperson records.
dnm_code_scharlength 4
Collection teamcol_team_scharlength 4
Collateral teamkol_team_scharlength 4
Maturing lease teamml_team_scharlength 4
CCA default tax entity
Only applicable for company, region, and office
or
CCA default portfolio for tax entity
(only the first 2 bytes are used)
def_ent_scharlength 4
Company codecom_code_scharlength 4
Cost centercost_ctr_scharlength 4
Group codegrp_code_scharlength 2
Insurance teamins_team_scharlength 4

rnm Indexes

Index NamePiece 1Piece 2Piece 3
rnm_idx0rnm_flg_srnm_key_s
rnm_idx1nam_srnm_flg_srnm_key_s

Data Type Definitions and Characteristics

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

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

date
Oracle date and time, containing century, year, month, day, hour, minute, and 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.

number
Oracle numeric data type. Used for all numbers.
Characteristics:
  • precision - The magnitude and fractional granularity together, meaning the maximum number of places available to both the left and right of the decimal point. Use precision minus scale to determine the maximum number of places available to the left of the decimal point.
  • scale - The fractional granularity, meaning the maximum number of places available to the right of the decimal point.

varchar2
Oracle variable length character string. Typically used to store medium and long-length string data such as names, addresses, descriptions, and notebook entries.
Characteristics:
  • length - The maximum number of ASCII or ISO-8859-1 characters the string can contain.