The Procure to Pay Process - P2P

Based on organizational practice and the requirement in question, procurement leaders choose to complete the most relevant stages of a procure-to-pay process. Here are nine logical steps of an ideal procure-to-pay process.

procure to pay processLogical steps of an ideal procure-to-pay process. 

This post explains the Procure-To-Pay process in layman’s terms.

Lets take the following scenario – A person wants to buy a car.

The tasks associated with this can be listed out as below :

1. Identify the car
2. Identify the vendor
3. Check for discounts available
4. Place the order
5. Receive the car
6. Make payment

The above are the major tasks that the person would have to do for getting the product at his place of choice. So, for understanding’s perspective, tasks 1 through 5 are grouped under Procurement or Purchasing while task 6 is a part of Payment or Payables.

Extending the understanding to an organizations’s perspective, we have the following :

Requester - The person who raises the request for an item. This could be anyone within the organization, authorized to raise purchasing requests.

Buyer – Generally a person from the Purchasing department. This person is tasked with collating all the items requested by various Requestors and placing purchasing orders to the vendors.

Vendor / Supplier – The person or an organization tasked with supplying the requested item.

Receiver – A person who receives the requested item.

Invoice – A document provided by the vendor to the buying organization having details of the item like item description, quantity, amount, tax and total amount payable.

So, going back to our earlier scenario :

Requestor is the person looking to buy a car. Buyer is the person who will identify the vendor, check for discounts and place the order. Vendor (or supplier or dealer in this example) will ship the car that will be received by the Receiver. Vendor will also send an invoice that will be paid by the buying organization.

This is how a typical Procure-To-Pay process works in an organization. Of course, in reality it is not so simple and has other functionalities / processes within each of the major tasks that we just saw.

A more detailed examination of this P2P process will be discussed in my subsequent posts. That will focus more on PeopleSoft terminologies and processes.

PeopleSoft Procure to Pay links Purchasing and Payables modules to provide control and visibility over the entire life-cycle of a transaction – right from the way an item is ordered to the way that the final invoice is processed.

If you are starting out as a Procure to Pay consultant, this list of tables will be a quick reference for you. The main application tables used in the Procure to Pay cycle are listed here.

Master data tables

ModuleTable NameDescription
APVENDORVendor Header
PO, INITEMItems
GLGL_ACCOUNT_TBLAccounts
GLDEPT_TBLDepartments
GLPRODUCT_TBLProducts
GLPROJECT_FSProjects
GLOPER_UNIT_TBLOperating Units
POMASTER_ITEM_TBLItem Master Header
PO, ININV_ITEMSInventory Item master
INSTOR_LOC_INVStorage Location Definition


Transaction tables

ModuleTable NameDescription
APVOUCHERAP Voucher Header
APDISTRIB_LINEVoucher Distribution Lines
APPAYMENT_TBLAP Disbursements
APPYMNT_ADVICEAP payment Advice Information
APVENDORVendor Header
APBUS_UNIT_TBL_APAP Business Unit table
AMASSETAsset general Information
AMASSET_ACQ_DETAsset Acquisition Detail
AMDEPRECIATIONDepreciation transactions
AMCOSTAsset Cost Transactions
POREQ_HDRRequisition header
POREQ_LNRequisition line
POPO_HDRPurchase order header
POPO_LINEPurchase order line
ARITEMCustomer Items
GLJRNL_HEADERJournal Headers
GLJRNL_LNJournal Line Data
INCM_ONHAND_VWOn hand quantity
INCM_INTRANSITInventory in transit
INTRANSACTION_INVInventory Transactions
ININ_DEMANDOrder Request
INPHYSICAL_INVPhysical Inventory


Accounting tables

ModuleTable NameDescription
APVCHR_ACCTG_LINEAP Accounting entries
AMDIST_LNAM Accounting entries
GLLEDGERLedger Data
ARITEM_DSTAR Accounting entries
POPO_LINE_DISTRIBPOline accounting entries
INCM_ACCTG_LINEINV Accounting Distribution


No comments:

Post a Comment

PeopleCode to retrieve Google map between two addresses

  PeopleCode Example: /* Define constants for the API request */ Local string &origin = "123 Main St, Anytown, USA";   /* ...