LeasePak 5.2a Database Reference (Oracle)

HomeTableIndexes

ris Table: Investor Settlement

Description Column Datatype
Investor inv_s char (9)
Lease lse_s char (10)
Invoice number invo_s char (8)
Invoice reversal counter rev_count_s char (3)
Oracle row stamp stamp_l number (10)
Date of last update d_last_s date
Time of last update t_lup_s char (6)
Payment due date d_due_s date
Reversal date d_rev_s date
Earliest disbursement date
  Payment due date + deferral dates
  (d_last_s + def_days_l)
d_ear_dis_s date
Disbursement date d_dis_s date
Disbursal bank account G/L vector disb_bank_s char (3)
Type of cashier's check cash_check_typ_s char (4)
Bank account G/L vector
  ' 1' - If multiple banks module is purchased
  ' ' - multiple banks module is not purchased.
bank_s char (3)
Assumed payment (Y/N) a_pmt_c char (1)
Check number chk_s char (6)
Check reference chk_ref_s varchar2 (36)
Participation percentage part_perc_d number (15,5)
Investor participation total expected payment to be received
  Invoice total (payment amount + interest amount) billed
  times the investor participation percent
  (rar.pamt_b_d + rar.iamt_b_d) * ris.part_perc_l
inv_pamt_b_d number (15,2)
Investor participation total expected interest to be received
  Invoice total interest amount billed times
  the investor participation percent
  rar.iamt_b_d * ris.part_perc_l
inv_iamt_b_d number (15,2)
Investor participation total payment collected to date
  Invoice total (payment amount + interest amount) paid
  times the investor participation percent
  (rar.pamt_p_d + rar.iamt_p_d) * ris.part_perc_l
inv_pamt_c_d number (15,2)
Investor participation total interest collected to date
  Invoice total interest amount paid times
  the investor participation percent
  rar.iamt_p_d * ris.part_perc_l
inv_iamt_c_d number (15,2)
Investor participation total payment disbursed to date inv_pamt_d_d number (15,2)
Investor participation total interest disbursed to date inv_iamt_d_d number (15,2)

ris Indexes:

Index name Piece 1 Piece 2 Piece 3 Piece 4
ris_idx0 inv_s lse_s invo_s rev_count_s
ris_idx1 lse_s invo_s inv_s rev_count_s


HomeTableIndexes