Skip to main content

Procurement Management Dashboard | Purchasing KPI Dashboard

Procurement Management Dashboard | Purchasing KPI Dashboard

Use the Procurement Management reports for the following:
• Monitor key performance measures, such as the percentage of non-contract
purchases to total purchases, and compare them across operating units.
• Observe purchasing trends including top suppliers, categories, and items.
• Identify maverick purchases (contract leakage) to manage compliance.
• Measure the percentage of the total invoice amount that is processed and controlled
by the purchasing organization.
Procurement KPIs
• Non-Contract Purchases Rate: (Non-Contract Purchases Amount / PO Purchases Amount) * 100.
Percent of non-contract purchases to the total purchase amount. Non-contract purchases occur when, for an item purchased on a standard purchase order, there was no negotiated pricing (no blanket purchase agreement in place.
Use this KPI to measure the percentage of purchases made without any contract being in place. A lower rate is desirable.

• Contract Leakage Rate: (Leakage Amount / PO Purchases Amount) * 100. Percentage of contract leakage to the total purchase amount. Contract leakage occurs when, for an item purchased on a standard purchase order, a blanket purchase agreement was in effect that could have been used instead.
Use this KPI to measure the percentage of purchases that are made off-contract. A lower rate is desirable.

• PO Purchases Growth Rate: ((PO Purchases Amount Current Period – PO Purchases Amount Previous Period) / PO Purchases Amount Previous Period) * 100. Percent increase or decrease in the total purchase amount between the current and previous time periods.
Use this KPI to identify increases or decreases in the total purchase amount.

• Payables Leakage Rate: (Leakage Amount / Invoice Amount) * 100.
Invoice amount for invoices that were not matched to a purchase order or receipt, as a percentage of the total invoice amount.
Use this KPI to identify how much of your invoice amount has not gone through your procurement organization. A lower rate is desirable.

Executive Dashboard
Executive Dashboard
Executive Dashboard
Non-Contract Purchases
The Non-Contract Purchases report can be used to answer the following questions:
• How much does the company spend on purchases for which there are no
contracts, meaning pricing has not been negotiated with the supplier?
• What are the top items or categories for which there is no contract in place?
• What is the percentage of non-contract purchases to the total purchase amount, and
has this percentage increased or decreased over time?
• Which buyers and suppliers are responsible for the most non-contract purchases?
Contract Leakage
The Contract Leakage report can be used to answer the following questions:
• What was the amount purchased by the company that resulted in contract leakage?
• Has contract leakage increased or decreased over time?
• How much could have been saved if contract leakage had been prevented?

• Which buyers, suppliers, supplier sites, categories, or items are responsible for the contract leakage?

The Contract Leakage Report displays the amount for all standard, approved purchase orders where, for an item purchased, there was a blanket purchase agreement in effect that could have been used to purchase the same item, instead of the standard purchase order. The report also displays (as leakage impact) the potential savings that could have been realized had contract leakage been prevented. This report can be used to identify where contract leakage is occurring, and where the greatest savings opportunities can be achieved if contract leakage is eliminated.
Payables LeakageThe Payables Leakage report can be used to answer the following questions:
• What portion of the total amount spent was processed by the purchasing
organization? (That is, how much of the total amount is not leakage?)
• With which suppliers does the payables leakage occur?
• Which invoice creators within the payables organization processed the invoices that
caused the payables leakage?
• How much has payables leakage increased or decreased over time?
The Payables Leakage report displays validated invoice amounts that have not been matched to a purchase order or receipt. These amounts are displayed as leakage. This report can be used to identify invoice amounts that are bypassing the purchasing organization, and to take action to decrease such purchases. Using the Payables Leakage
report, you can monitor invoices that are bypassing the purchasing organization and not using suppliers that are preferred by the purchasing organization.
PO PurchasesThe PO Purchases report can be used to answer the following questions:
• What is the total purchase amount, and has it increased or decreased over time?
• Who are my top ten suppliers from whom I purchase the greatest purchase order
amount?
• What item categories represent my biggest purchases?
• What items represent my biggest purchases?

The PO Purchases report displays the amount for all approved standard purchase orders, blanket purchase agreement releases, and planned purchase order releases. This report can be used to determine with which suppliers and for which items money is being spent. It can be used to determine the largest suppliers for a specific item or category, as a tool to prepare for negotiations with suppliers, to identify purchasing
trends, or to improve supplier performance and relationships. (The report lists suppliers in descending order by purchase amount. In this way, you can see the top suppliers to which you’ve issued the greatest purchase order amount.)

Note: The PO Purchases Amount will not necessarily be equal to the
invoice amounts in the Payables Leakage report. Invoice and purchase
order amounts do not necessarily equal in any business practice.

Comments

  1. Hey I’m Martin Reed,if you are ready to get a loan contact.Mr Benjamin via email: lfdsloans@lemeridianfds.com,WhatsApp:+1 989-394-3740 I’m giving credit to Le_Meridian Funding Service .They grant me the sum 2,000,000.00 Euro. within 5 working days. Le_Meridian Funding Service  is a  group investors into pure loan and debt financing at the  returns of 1.9% to pay off your bills or buy a home Or Increase your Business. please I advise everyone out there who are in need of loan and can be reliable, trusted and capable of repaying back at the due time of funds.

    ReplyDelete

Post a Comment

Popular posts from this blog

Create Accounting for a Payment generates errors 95333 and 95359

Create Accounting for a Payment generates errors 95333 and 95359 Error: 95333: A conversion rate does not exist to convert USD to AUD for the conversion type Corporate and conversion date 20-MAR-09 for line -25. Please use the Daily Rates form in General Ledger to enter a conversion rate for these currencies, conversion date and conversion type. 95359: There is no accounted amount for the subledger journal entry line. Please inform your system administrator or support representative that: The source assigned to the accounting attribute Accounted Amount has no value for extract line number 88547. Please make sure the source assigned to the accounting attribute Accounted Amount has a valid value, or assign a different source to this accounting attribute. Solution: 1. Specify a conversion rate for the currencies and conversion date mentioned in the error message 95333 Navigation under the General Ledger responsibility: Setup > Currencies > Currency Rates Manager > Daily Rates ...

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

AP Table Relation Oracle Apps

AP Table Relation Oracle Apps ORACLE PAYABLE TABLE RELATION Source Table Dependent Table Condition AP_INVOICE_LINES_ALL AIL ZX_LINES_SUMMARY ZLS AIL.invoice_id = ZLS.trx_id and  ZLS.application_id  = 200 and  ZLS.entity_code  = 'AP_INVOICES' and  ZLS.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.summary_tax_line_id = ZLS.summary_tax_line_id AP_INVOICE_LINES_ALL AIL ZX_LINES ZL AIL.invoice_id = ZL.trx_id and  ZL.application_id  = 200 and  ZL.entity_code  = 'AP_INVOICES' and  ZL.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.line_number = ZL.trx_line_number AP_INVOICE_DISTRIBUTIONS_ALL AID ZX_REC_NREC_DIST ZD AID.invoice_id = ZD.trx_id and  ZD.application_id  = 200 and  ZD.entity_code  = 'AP_INVOICES' and  ZD.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and...