LeasePak database: (LLDB) – a logical database. Collection of LeasePak tables, views, indexes, stored procedures, and other objects related to the operation of LeasePak.
LeasePak database administrator: ($NSTDBA) – LeasePak server user, referred to by parameter and environment variable $NSTDBA. Owns and runs all LeasePak database utility scripts ($ubin/db_*). See LeasePak Server Users and Roles: LeasePak Database Administrator for more information.
net present value (NPV): Net present value (NPV) equation:
NPV =
|
N
Σ
n=0
|
Cn
(1+r)n
|
C is the cash flow,
n is the cash flow iteration,
N is the total number of flows, and
r is the periodic discount rate.
$NSTDBA: LeasePak database administrator. See LeasePak database administrator.
NUMBER(15,scale): Oracle DBMS floating-point number. Used to store percentages, rates, and dollar amounts. scale denotes the maximum number of digits to the right of the decimal point. The maximum number of digits to the left of the decimal point is 15 minus the scale.
NUMBER(10): Oracle DBMS integer number, maximum 10 digits. The standard datatype used for most integers.
NUMBER(precision,0): Oracle DBMS integer number with a maximum of precision digits. Used only for integers which may exceed 10 digits and the "next number" columns in the msv* tables.
$ubin: Directory containing NetSol-provided LeasePak server utility software, excluding drivers and conversion software.