Introduction

This 30-minute tutorial provides a step-by-step representation of how to perform a completeness check in Account Reconciliation.

Background

Organizations require periodic checks to ensure that all reconciliations are complete and accounted for within the designated time period. To accomplish this, you can create reconciliations for all active profiles in each period and designate them to be completed, or mark them as Not Required. This gives managers an easy way to view and categorize the status of the reconciliations and ensure completeness.

Prerequisites

Before starting this tutorial, you should have:

  • A working knowledge about Oracle Fusion Cloud EPM applications.
  • Have Administrator access to an Account Reconciliation instance.

Creating an attribute

To create an attribute in Account Reconciliation, perform the following steps:

  1. From the Account Reconciliation homepage, click Applications, and then select Configuration.
  2. Click Configuration
  3. Click the Attributes tab.
  4. Click Attributes
  5. Click New (New) to create a custom attribute.
  6. Click New
  7. Enter a name for the attribute. For Type, select Text, and select the Calculation checkbox.
  8. Select Calculation checkbox
  9. Click the Calculation tab. In the Calculation Definition field, enter the following script:
  10. IF_THEN_ELSE(MONTH ({Period End Date})=1, 'Jan',
    (IF_THEN_ELSE(MONTH ({Period End Date})=2, 'Feb',
    (IF_THEN_ELSE(MONTH ({Period End Date})=3, 'Mar',
    (IF_THEN_ELSE(MONTH ({Period End Date})=4, 'Apr',
    (IF_THEN_ELSE(MONTH ({Period End Date})=5, 'May',
    (IF_THEN_ELSE(MONTH ({Period End Date})=6, 'Jun',
    (IF_THEN_ELSE(MONTH ({Period End Date})=7, 'Jul',
    (IF_THEN_ELSE(MONTH ({Period End Date})=8, 'Aug',
    (IF_THEN_ELSE(MONTH ({Period End Date})=9, 'Sep',
    (IF_THEN_ELSE(MONTH ({Period End Date})=10, 'Oct',
    (IF_THEN_ELSE(MONTH ({Period End Date})=11, 'Nov',
    (IF_THEN_ELSE(MONTH ({Period End Date})=12, 'Dec',
    'recon not found')))))))))))))))))))))))
    Enter script

    Note:

    This calculation looks at the numerical month of the Period End Date and assigns it the monthly text abbreviation that corresponds with the number. For instance, January is month 1 so it will show as Jan. February is month 2 so it will show as Feb. This attribute will be used in another attribute to mark the reconciliation as Required or Not Required, or No Balance based on the frequency.
  11. From the Attributes tab, click New (New) to create another custom attribute.
  12. Click New
  13. Give the attribute a name, select Text for Type, and select the Calculation checkbox.
  14. Select Calculation checkbox
  15. From the Calculation tab, click the Calculation Type drop down and select Conditional.
  16. Select Conditional
  17. In the Calculation tab, select the row containing If in the Calculation Definition field, and then click Edit.
  18. Click Edit
  19. Create conditions where a reconciliation will be required for each period, and it does not have a zero balance. In this example a Balance Exists, and the preparer frequency equals Monthly. If all the criteria are met enter the Value Type as Constant and the Value as Required. Click OK.
  20. Click OK
  21. Click New (New).
  22. Click New
  23. Enter criteria for a No Balance account. In this scenario, a balance does not exist, and the preparer frequency equals Monthly. Click OK.
  24. Click OK
  25. Click New (New).
  26. Click New
  27. Create a condition where if a balance exists, the preparer frequency is Quarterly, and the month attribute equals Mar or Jun or Sep or Dec, then the constant is Required. Click OK.
  28. Click OK
  29. Click New (New).
  30. Click New
  31. Create a condition where if a balance does not exist, the preparer frequency is Quarterly, and the month attribute equals Mar or Jun or Sep or Dec, then the constant is No Balance. Click OK.
  32. Click OK
  33. Click New (New).
  34. Click New
  35. Create a condition where if a balance exists, the preparer frequency is Annual, and the month attribute equals Dec, then the constant is Required. Click OK.
  36. Click OK
  37. Click New (New).
  38. Click New
  39. Create a condition where if a balance does not exist, the preparer frequency is Annual, and the month attribute equals Dec, then the constant is No Balance. Click OK.
  40. Click OK
  41. Edit the row containing Else. Enter value as Not Required, and click OK.
  42. Click OK

    Note:

    Any combination of frequencies can be used in these examples. The purpose of this attribute is to identify which recons would be required, which have no balance, and which would not be required if all profiles had reconciliations created in each period. This would give you a completeness check in each period.

Creating a rule

To create a rule in Account Reconciliation, perform the following steps:

  1. From the Configuration page, click the Formats tab.
  2. Click Formats
  3. Create a format or select an existing format.
  4. Create a format
  5. Click the Rules tab.
  6. Click Rules
  7. Click Add (Add) to add the newly creating custom attribute to a rule on the reconciliation.
  8. Click Add
  9. Select the Auto Submit Reconciliation rule type.
  10. Select Auto Submit Reconciliation
  11. Create the condition to auto submit if the completeness attribute equals Not Required or No Balance. Click OK.
  12. Click OK
  13. Click Add (Add) to add a rule.
  14. Click Add
  15. Create the condition to auto approve if Auto Submitted equals Yes. Click OK.
  16. Click OK

    Click Save and Close.

Updating periods

In order for the attribute to properly identify which reconciliation is required in each period or required with no balance, all frequencies must be enabled on each period. This creates reconciliations in each period for every active profile. The reconciliations with the completeness attribute of Not Required or No Balance are auto submitted and auto approved. So, they don’t need to be manually reconciled. To update periods, perform the following steps:

  1. From the Configuration page, click Periods.
  2. Click Periods
  3. Create a period or select an existing period to edit.
  4. Click Edit
  5. Click the checkbox to enable all frequencies for each period. Click Save and Close.
  6. Click Save and Close

    Repeat Step #3 for all periods.

Review the completeness check

To review a completeness check, perform the following steps:

  1. From the Configuration page, click Profiles.
  2. Click Profiles
  3. Click Actions, and then click Select Columns.
  4. Click Select Columns
  5. Locate Created On and Completeness, and move them to the selected columns. Click OK.
  6. Click OK
  7. A blank field in the Created On row signifies that no reconciliation was created for the period selected. This is the final check to ensure that all Required reconciliations are created.
  8. Created On