235 AFM – Create asset level payment schedules
LeasePak Documentation Suite NETSOL website
LeasePak Utilities
LeasePak Utilities  »
101 Encrypt Username and Password used to Access mPower  »
108 Add User Security Record  »
109 Dump contents of linked-in maps  »
110 Encrypt username and password of proxy database  »
111 Copy the batch payment and PAP files into LeasePak  »
112 Unix and SQL Server password translation  »
113 Batch General Ledger Adjustment  »
114 Batch Sale of Asset  »
115 Batch Sale of Asset Reversal  »
200 Lock/unlock updates  »
201 Account Payment History Report  »
202 Lease Inquiry Report  »
207 DAS updates  »
212 Change Key Utility  »
213 Initialize multi-process lease ranges  »
214 Print EOP file dependencies  »
217 Auditing Extract update  »
218 Batch Applications  »
219 Transfer data from scratch files into RBS table for BA  »
220 Historical RTX Clean-up  »
222 PTMS Export  »
223 Credit Bureau Export Files  »
224 Cost Per Use Import File  »
227 Create 'catch up' version of invoice scratch file  »
228 Cycle invoices  »
229 Batch payments  »
230 Batch payment reversal  »
231 Transfer data from GL_HIST scratch files to ASCII files  »
232 Master G/L Reconciliation report  »
233 Booked Applications Post-Processor  »
234 Custom Payoff Quotes update  »
235 AFM – Create asset level payment schedules  »
236 Batch IDC Adjustment Utility  »
237 Create Check Disbursal File  »
238 Forescasting Report Lease Detail  »
239 Lease Accrual Reversals  »
240 Lease Accruals  »
241 UCC Filing  »
242 VIN/Serial Number Extract  »
243 Credit Exposure Extract  »
244 Lease & Asset Information Extract  »
245 Maturing Leases Extract  »
246 UCC Filing Import  »
247 FDI Asset Extracts  »
248 Vendor Extract  »
249 Dealer Bonus Disbursal  »
250 Vertex O Conversion Update  »
251 Third Party Payable  »
253 Import AcquireIT File  »
254 Word to PDF  »

LeasePak Utilities

235 AFM – Create asset level payment schedules

Creates payment schedules for assets attached to Asset Focus applications and leases. The utility requires a portfolio number from the user. The utility searches the given portfolio for the Asset Focus applications and leases to generates the payment schedules for their assets.

The utility also accepts inputs from external file. In order to do so, users need to create an input file containing the list of applications and leases to process in the data directory. Save the file with the name p[n]_afmcnrvt.dat, where n is the portfolio number. After prompting the user for a portfolio number, the utility searches the data directory in the user's environment for the presence of a data file. If found, it prompts the user whether they would like use the data in it for processing.

The input file must contain the data to process in the following format:

<lease>Lease number
<lease>Lease number

<app>Application number
<app>Application number


Example:

<app>64
<app>65

<lease>67
<lease>68

It is important that the data must follow the recommended format to avoid errors. Keep the following points in mind when creating the input file.
  1. Although new line characters are supported, they are not necessary. The 235 utility skips any blank lines when reading the file.
  2. The <app> and <lease> markers in the file are case sensitive and should be provided as demonstrated in the above example given.
  3. Do not insert any extra spaces after or before the <app> and <lease> markers as they will result in an error.
  4. Enter valid application and lease numbers only. LeasePak verifies all entries in the input file to ensure the applications and leases listed are valid and belong to the portfolio specified by the user. The utility will skip any invalid entries and will report them in the exception report for the job.
  5. The order of <app> and <lease> entries may occur in any order in the file.
  6. The utility will skip any duplicate entries in the file.
If the file specified is not in correct format, the utility will re-prompt whether the user wants to process through file or not. This will continue until either an input file with correct format is made available or the user selects not to use this option.

Audit Report
LeasePak generates an audit report, lp_util_235.LOG for the job. The report provides information on the selected processing method and any exceptions encountered. The generated report is available in the home directory of the LeasePak user executing the job. LeasePak creates a report for every job and hence will overwrite any existing report in the directory.