Determine Pre delinquent invoices
Hi,
We are currently using standard scoring engine provided by oracle to determine status as Current and Delinquent. We have a new requirement to be able to determins invoices for which due date is greater than todays date and mark them as Pre dlinquent.
I checked the standard scoring component (Payment Schedule Pre-Delinquency) and scoring engine Pre-Delinquency
Status Determination. Is there any other change required from our side. I ran Iex:Scoring engine Harness and observed that it does not update status as Pre Delinquent.
Here is the query for scoring component:
SELECT CASE
WHEN ((PS.DUE_DATE- TRUNC(SYSDATE)) = 0)