rcp Table: Collection User Profile
Oracle DBMS

Specifies the columns and rows with Oracle data type information for the rcp Collection User Profile table.

rcp Columns

DescriptionColumn NameData Type ?Characteristics ?
Operator initialsopr_scharlength 3
Record modification stampstamp_lnumberprecision 10
User may access corresponding collection menu option (Y/N)s_col_mod_cvarchar2length 30
Display newer follow-up dates before old dates (Y/N)s_new_note_first_ccharlength 1
Alpha assign by status (X/' ')
X - Allow access
alpha_status_cvarchar2length 26
Access all collection user accounts (Y/N)all_collect_ccharlength 1
Alpha assign by short name (X/' ')
X - Allow access
alpha_snam_cvarchar2length 26
Default signature namesign_svarchar2length 36
Default signature titletitle_svarchar2length 25
Letter code
This array contains only those letters
to which the user has access.
let_cd_svarchar2length 80
User option code
This array contains only those user options
to which the user has access.
usr_opt_svarchar2length 20
WS default for ALL (X/' ')ws_def_all_ccharlength 1
WS default teamws_def_team_scharlength 4
WS default user initialsws_def_user_scharlength 3
WS default days delinquent low - collectionws_col_def_dayl_scharlength 4
WS default days delinquent high - collectionws_col_def_dayh_scharlength 4
WS default amount lowws_def_amtl_scharlength 9
WS default amount highws_def_amth_scharlength 9
WS default statusws_def_stat_scharlength 4
WS sort order - statusws_stat_lnumberprecision 10
WS sort order - days delinquent - collectionws_col_days_lnumberprecision 10
WS sort order - short namews_shrt_name_lnumberprecision 10
WS sort order - lessee numberws_les_num_lnumberprecision 10
WS sort order - reference amountws_amt_lnumberprecision 10
WS sort order - user initialsws_opr_lnumberprecision 10
WS sort order - follow-up datews_folw_lnumberprecision 10
WS sort order - note priorityws_prior_lnumberprecision 10
Low number of days delinquent to be assignedlow_daysd_lnumberprecision 10
High number of days delinquent to be assignedhigh_daysd_lnumberprecision 10
Low reference amount to be assignedlow_amt_dnumberprecision 15, scale 2
High reference amount to be assignedhigh_amt_dnumberprecision 15, scale 2
WS default customerws_def_cus_scharlength 9
WS sort order weightws_weight_lnumberprecision 10
Display accounts legal to call only (Y/N)call_ccharlength 1
Supervisor (Y/N)supervisor_ccharlength 1
WS default queue numberws_def_queue_scharlength 4
WS sort order - behavioral scoring numberws_bhv_scr_lnumberprecision 10
XSL file namexsl_filename_svarchar2length 25
Email addressemail_svarchar2length 50
Fax dial numberfax_scharlength 10
Phone numberphn_scharlength 10

rcp Indexes

Index NamePiece 1
rcp_idx0opr_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.