Extending Payables Ecc Dash Boards: Xx-Inv-Unpaid-Age Xx-Inv-Unpaid-Age "Side Nav (Default) " and Save The Record
Extending Payables Ecc Dash Boards: Xx-Inv-Unpaid-Age Xx-Inv-Unpaid-Age "Side Nav (Default) " and Save The Record
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
GOAL
In this document, we would be looking extending the ECC payable dashboard by creating a
custom dash board as per the business requirement.
BUSINESS SCENARIO
The requirement is to view all the unpaid invoices in the system either by supplier type or
invoice type and display the data in the table format as well as graphical representation for easy
review by the management.
APPROACH
We would be creating a custom dash board copying from the seeded dashboard /page and
display this new dashboard in place of the seeded dash boards with the help of self-service
page personalization.
PRE-REQUISITES
We would be using the ECC payable dash board integrated with Oracle E-Business suite 12.2.4
throughout the presentation.
1. Login as Admin user (this is the default user created when installing the ECC).
2. Navigate to ECC Developer Responsibility and select application Payables.
2.1. Payables application has 3 dashboards by default.
2.1.1. Supplier Balances
2.1.2. Holds
2.1.3. Discounts
3. Select the copy page option on the Supplier Balances page.
4. Provide the following values.
4.1. Page short Name : xx-inv-unpaid-age
4.2. Page Name : xx-inv-unpaid-age
4.3. Check the Enabled Check box.
4.4. Select the Page Layout as “Side nav(Default)” and save the record.
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
6.1. Available refinements enable the interactive navigation through the data. Data displayed
in the dash board is filtered based on the value selected.
6.2. Here we have selected the refinement values as supplier name and invoice type. i.e we
want the dash board to filter the data based on the values selected in either of the
conditions.
7. On the page that opens up, select values for the following.
8. This is how the page looks after selecting the values for refinements.
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
10. We now add the components to the Dash Board from the “Open component list” option at
the bottom of the page.
10.1. Various components available are:
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
12. Now configure the tag cloud to display the sum of unpaid amounts by supplier.
13. Now click on the save button to save the configuration changes. Up on completion, the tag
cloud would display the supplier name with the unpaid invoice amounts.
14. Selecting the supplier name as “Advanced Network devices” under refinements, we can
restrict/filter the tag cloud to display the only data with respect to this supplier.
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
16. Select the Chart component from the “Open component list” ( ) option at the bottom of the
page.
17. Drag and Drop the component on the layout.
18. Click on the configuration ( ) icon of the Chart component.
19. Configure the components by providing the following values
19.1. Chart Title : Unpaid amounts by supplier
19.2. Data Sets : Installments
19.3. Record identifier :Supplier Name
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
19.4. Condition: Unpaid amount >=100000 (this is to display only those supplier records
where the total unpaid amount is greater than 100,000.
19.12. Chart cascade, aggregation conditions, conditions for display are optional hence
were not configured.
19.13. Click on the save button to save the configurations.
19.14. After saving, the layout would be as follows.
24.10. Selecting on the invoice type values, we can restrict/filter the pie chart to display data
only for selected Invoice Type.
36.3. Flag: flag display the count of the specific dimension configured. A popup is displayed
with additional metrics.
37. We can configure the Result set table to open the invoice in invoice workbench when user
click on the invoice number link in the result set table.
38. Now that we have created a new dash board by extension, we need to personalize the ECC
dashboard pages to display this report in place of one of the existing reports.
Note: by default only 3 tabs are provided by development and cannot add one more tab in
ECC dashboard. Hence we need to replace one of the seeded reports with our custom
report through Page personalization which we would be discussing below.
39. Create the FND function: Now that the page is created, in order to display this page, the
admin has to create a form function to show this page in the Oracle E-Business Suite.
40.3. In the Functional Administrator responsibility navigate to Security > Permission set.
40.3.1. Query for the permission set name: Payables Command Center Access
Permission Set.
40.3.2. Click on update.
40.3.3. Add the new FND function “xxx_paid_invoices” to the permission set.
40.3.4. Click on Apply.
PHANI MAMILLAPALLI
6/18/20
EXTENDING PAYABLES ECC DASH BOARDS
41. Personalize the OA page to display the new report: We need to personalize the Oracle
Application Frame Work page by performing the below steps to display the new report.
41.1. Navigate to Payables Command center in the Oracle E-Business suite and select one
of the tab: Discounts.
41.2. Select Settings >Personalize in the OAF page.
41.3. Select the Rich Container : ( Payables Discpage)