reo Table: End of Period Order
Sybase DBMS

Specifies the columns and rows with Sybase data type information for the reo End of Period Order table.

reo Columns

DescriptionColumn NameData Type ?Characteristics ?
Yearyear_scharlength 4
Portfoliopor_scharlength 2
Order of launchlaunch_seq_scharlength 2
Record modification stamptimestamptimestamp
Seconds to wait before launchingdelay_linteger
Seconds between each check by monitoring facilityinterval_linteger
Number of Intervals to wait for EOP processing to begin or
resume before making an external notification
stall_linteger
Month and day on which to run EOY (MMDD)md_eoy_run_scharlength 4
Day of each month on which to run EOM,
in two-digit format (0N or NN)
eom_run_days_scharlength 24
Launch status (L/S/P/C/F)
L - the portfolio is to be launched
S - the portfolio is to be skipped
P - the portfolio is being launched
C - the portfolio has launched successfully
F - the portfolio has failed to launch
launch_ccharlength 1
Run accruals on next launch (Y/N)run_accr_ccharlength 1
Run invoicing on next launch (Y/N)run_invo_ccharlength 1
Beginning check number to use on next launch,
or 0 for no check printing
beg_chk_scharlength 6
EOP job status reported by monitoring facilityjob_stat_scharlength 4
Status dated_stat_scharformat YYYYMMDD
Status timet_stat_scharlength 6
Run custom program before portfolio processing (Y/N)run_cstm_before_ccharlength 1
Run custom program after portfolio processing (Y/N)run_cstm_after_ccharlength 1

reo Indexes

Index NamePiece 1Piece 2Piece 3
reo_idx0year_spor_s
reo_idx1year_slaunch_seq_spor_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:
  • 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 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.