10 Configuring How Collections Manager Determines Dates
Learn how to set the overdue and entry dates that Oracle Communications Billing and Revenue Management (BRM) Collections Manager uses for bills that are in collections.
Topics in this document:
Configuring How Collections Manager Determines Dates
You can configure how Collections Manager determines the overdue and entry dates it uses (described in Table 10-1). For information about how Collections Manager uses these dates, see "About Overdue and Entry Dates".
Table 10-1 Overdue and Entry Dates
| Option | Description |
|---|---|
|
Overdue date |
The overdue date is one of the following:
See "Configuring the Overdue Date" for instructions. |
|
Entry date |
The entry date is one of the following:
See "Configuring the Entry Date" for instructions. |
To customize how due dates are set, use the PCM_OP_COLLECTIONS_POL_CALC_DUE_DATE opcode. See "Customizing Due Dates" in BRM Opcode Guide.
The following examples illustrate the overdue and entry dates for four possible combinations of configuration options. The examples are based on the following assumptions:
-
There is a monthly charge of $15, due on the 15th of the month.
-
The collections scenario specifies a minimum overdue balance of $20, with a minimum of 10 days late.
-
No payments are received in January, February, or March, but a $15 payment is received before the due date in April.
-
Collections Manager runs every day.
-
The tables show the overdue and entry dates as of the end of each month.
Case 1: Default Settings for Both Dates
Table 10-2 shows the results of the default setting for both dates. The overdue and entry dates stay the same as long as the bill unit remains in collections.
Table 10-2 Default Date Example
| Option | Jan | Feb | Mar | Apr |
|---|---|---|---|---|
|
Payment received |
None |
None |
None |
15.00 |
|
Overdue amount |
15.00 |
30.00 |
45.00 |
45.00 |
|
Overdue date |
None |
Feb 15 |
Feb 15 |
Feb 15 |
|
Entry date |
None |
Feb 25 |
Feb. 25 |
Feb 25 |
Case 2: Optional Settings for Both Dates
Table 10-3 shows the results of the optional setting for both dates. When the bill unit enters collections, the overdue date is set to January 15, even though the overdue balance for that month was not sufficient to trigger the scenario. Also, note that the overdue date changes when a payment eliminates the January overdue balance.
Table 10-3 Optional Date Example
| Option | Jan. | Feb. | Mar. | Apr. |
|---|---|---|---|---|
|
Payment received |
None |
None |
None |
15.00 |
|
Overdue amount |
15.00 |
30.00 |
45.00 |
45.00 |
|
Overdue date |
None |
Jan. 15 |
Jan. 15 |
Feb. 15 |
|
Entry date |
None |
Feb. 25 |
Feb. 25 |
Feb. 25 |
Case 3: Default Setting for Overdue Date and Optional Setting for Entry Date
In Table 10-4, the dates match those for Case 1, but the entry date is determined by the actual processing date. If the collections process was not run daily, the entry date would not necessarily match the date specified by the scenario's entry criteria.
Table 10-4 Processing Date Example
| Option | Jan. | Feb. | Mar. | Apr. |
|---|---|---|---|---|
|
Payment received |
None |
None |
None |
15.00 |
|
Overdue amount |
15.00 |
30.00 |
45.00 |
45.00 |
|
Overdue date |
None |
Feb. 15 |
Feb. 15 |
Feb. 15 |
|
Entry date |
None |
Feb. 25 |
Feb. 25 |
Feb. 25 |
Case 4: Optional Setting for Overdue Date and Default Setting for Entry Date
In Table 10-5, the entry date changes when the overdue date is updated to reflect the payment. This would delay any remaining collection actions defined in the scenario.
Table 10-5 Varied Date Settings
| Option | Jan. | Feb. | Mar. | Apr. |
|---|---|---|---|---|
|
Payment received |
None |
None |
None |
15.00 |
|
Overdue amount |
15.00 |
30.00 |
45.00 |
45.00 |
|
Overdue date |
None |
Jan. 15 |
Jan. 15 |
Feb. 15 |
|
Entry date |
None |
Jan. 25 |
Jan. 25 |
Feb. 25 |
Configuring the Overdue Date
To configure how Collections Manager determines the overdue date:
-
Open the CM configuration file (BRM_home/sys/cm/pin.conf) in a text editor.
-
Configure the old_overdue_behavior entry:
- fm_collections old_overdue_behavior value
where value is:
-
0: Specifies to use the latest overdue bill date. This is the default.
-
1: Specifies to use the earliest overdue bill date.
-
-
Save and close the file.
-
Stop and restart the CM.
Configuring the Entry Date
To determine how Collections Manager determines the entry date:
-
Open the pin_collections configuration file (BRM_home/apps/pin_collections/pin.conf) in a text editor.
-
Configure the following entry:
- pin_collections_process use_current_time value
where value is:
-
0: Specifies to use the entry date configured in the collections scenario. This is the default.
-
1: Specifies to use the current date.
-
-
Save and close the file.