SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
P2P Cycle Made easy 2013

P2P (PROCURE TO PAY) CYCLE.




1) Create Requisition:

Requisition is nothing but a formal request to buy something (like Inventory material, office
supplies etc) needed for the enterprise. Only an employee can create one. There are two
types of requisitions:

Internal Requisition: Internal requisitions provide the mechanism for requesting and
transferring material from one inventory to other inventory.

Purchase requisition: Unlike Internal requisitions, Purchase requisitions are used for
requesting material from suppliers.

Underlying Tables:

PO_REQUISITION_HEADERS_ALL

PO_REQUISITION_HEADERS_ALL stores information about requisition headers. You need
one row for each requisition header you create. Each row contains the requisition number,
preparer, status, and description.

REQUISITION_HEADER_ID is the unique system–generated requisition number.
REQUISITION_HEADER_ID is invisible to the user. SEGMENT1 is the number you use to
identify the requisition in forms and reports.

PO_REQUISITION_HEADERS_ALL is one of three tables storing requisition information.
PO_REQUISITION_HEADERS_ALL corresponds to the Header region of the Requisitions
window. SEGMENT1 provides unique values for each row in the table in addition to
REQUISITION_HEADER_ID.




      1   Ketul Patel
P2P Cycle Made easy 2013
PO_REQUISITION_LINES_ALL

PO_REQUISITION_LINES stores information about requisition lines. You need one row for
each requisition line you create. Each row contains the line number, item number, item
category, item description, need–by date, deliver–to location, item quantities, units, prices,
requestor, notes, and suggested supplier information for the requisition line.

LINE_LOCATION_ID identifies the purchase order shipment line on which you placed the
requisition. LINE_LOCATION_ID is null if you have not placed the requisition line on a
purchase order. BLANKET_PO_HEADER_ID and BLANKET_PO_LINE_NUM store the
suggested blanket purchase agreement or catalogue quotation line information for the
requisition line. PO_REQUISITION_LINES is one of three tables storing requisition
information. This table corresponds to the Lines region of the Requisitions window.

PO_REQ_DISTRIBUTIONS_ALL

PO_REQ_DISTRIBUTIONS_ALL stores information about the accounting distributions
associated with each requisition line. Each requisition line must have at least one accounting
distribution. You need one row for each requisition distribution you create. Each row includes
the Accounting Flex field ID and requisition line quantity. PO_REQ_DISTRIBUTIONS_ALL is
one of three tables storing your requisition information. This table corresponds to the
requisition Distributions window, accessible through the Requisitions window.



2) Create Purchase Order:

There are 4 types of Purchase Orders:

1. Standard PO: A Standard PO is created for one–time purchase of various items.

2. Planned PO: A Planned PO is a long–term agreement committing to buy items or
services from a single source. You must specify tentative delivery schedules and all details
for goods or services that you want to buy, including charge account, quantities, and
estimated cost.

3. Blanket agreement: A Blanket PO is created when you know the detail of the goods or
services you plan to buy from a specific supplier in a period, but you do not know the detail
of your delivery schedules.

4. Contract agreement: Contract purchase agreements are created with your suppliers to
agree on specific terms and conditions without indicating the goods and services that you
will be purchasing.

Underlying Tables:

PO_HEADERS_ALL

PO_HEADERS_ALL contains header information for your purchasing documents. You need
one row for each document you create. There are six types of documents that use
PO_HEADERS_ALL:

• RFQs

      2   Ketul Patel
P2P Cycle Made easy 2013
• Quotations

• Standard purchase orders

• Planned purchase orders

• Blanket purchase orders

• Contracts

Each row contains buyer information, supplier information, brief notes, foreign currency
information, terms and conditions information, and the status of the document. Oracle
Purchasing uses this information to record information that is related to a complete
document.

PO_HEADER_ID is the unique system–generated primary key and is invisible to the user.
SEGMENT1 is the system–assigned number you use to identify the document in forms and
reports.

PO_LINES_ALL

PO_LINES_ALL stores current information about each purchase order line. You need one
row for each line you attach to a document. There are five document types that use lines:

• RFQs

• Quotations

• Standard purchase orders

• Blanket purchase orders

• Planned purchase orders

Each row includes the line number, the item number and category, unit, price, tax
information, matching information, and quantity ordered for the line. Oracle Purchasing uses
this information to record and update item and price information for purchase orders,
quotations, and RFQs.

The QUANTITY field stores the total quantity of all purchase order shipment lines (found in
PO_LINE_LOCATIONS_ALL).

PO_DISTRIBUTIONS_ALL (REQ_HEADER_REFERENCE_NUM in Distributions table is
the Requisition number for this PO)

PO_DISTRIBUTIONS_ALL contains accounting distribution information for a purchase order
shipment line. You need one row for each distribution line you attach to a purchase order
shipment. There are four types of documents using distributions in Oracle Purchasing:

• Standard Purchase Orders

• Planned Purchase Orders

• Planned Purchase Order Releases

• Blanket Purchase Order Releases


     3   Ketul Patel
P2P Cycle Made easy 2013
Each row includes the destination type, requestor ID, quantity ordered and deliver–to
location for the distribution. Oracle Purchasing uses this information to record accounting
and requisition information for purchase orders and releases.

PO_DISTRIBUTIONS_ALL is one of five tables storing purchase order and release
information.



3) Create Receipt:


A receipt is a written acknowledgment that a specified article or sum of money has been
received. A receipt records the purchase of goods or service. It is not the same as an
invoice.

Create a receipt to receive the items in the Purchase Order.

Receipt Tables are:

RCV_SHIPMENT_HEADERS

RCV_SHIPMENT_HEADERS stores common information about the source of your receipts
or expected receipts. You group your receipts by the source type and the source of the
receipt. Oracle Purchasing does not allow you to group receipts from different sources under
one receipt header.

There are two receipt source types, Supplier and Internal Order, that you need to use when
receiving against different source document types. You use a receipt source type of
’Supplier’ when receiving items that you ordered from an external supplier using a purchase
order. When you receive items that are part of an inter–organization transfer, or when
receiving items that you request from your inventory using an internal requisition, the receipt
type would be ’Internal Order’. The ’Internal Order’ receipt source type populates the
ORGANIZATION_ID column.

Oracle Purchasing creates a receipt header when you are entering your receipts or when
you perform inter–organization transfers using Oracle Inventory. When Oracle Inventory
creates a receipt header for an in-transit shipment, the receipt number is not populated until
you receive the shipment.

RCV_SHIPMENT_LINES (Lines Table has PO_HEADER_ID)

RCV_SHIPMENT_LINES stores information about items that have been shipped and/or
received from a specific receipt source. RCV_SHIPMENT_LINES also stores information
about the default destination for in-transit shipments.




      4   Ketul Patel
P2P Cycle Made easy 2013


4) Create Invoice in Payables:

Once the goods are received, it’s time to pay the vendor for the goods purchased and hence
the invoices are created.

Invoice Tables:

AP_INVOICES_ALL

AP_INVOICES_ALL contains records for invoices you enter. There is one row for each invoice you
enter. An invoice can have one or more invoice distribution lines. An invoice can also have one or
more scheduled payments.

AP_INVOICES_LINES_ALL

AP_INVOICE_LINES_ALL is a new table introduced in R12 to represent the data stored in invoice
lines.

AP_INVOICE_DISTRIBUTIONS_ALL

AP_INVOICE_DISTRIBUTIONS_ALL holds the distribution line information that you enter for
invoices. There is a row for each invoice distribution. A distribution line must be associated
with an invoice. An invoice can have multiple distribution lines. Your Oracle Payables
application automatically creates rows in this table when:

1) You choose a distribution set at the invoice level.

2) You import expense reports.

3) You match an invoice to a purchase order or receipt; it uses information from the matched
purchase order or receipt.

4) You import invoices via the Open Interface Import process.

5) You select to automatically calculate tax.

6) You select to automatically do withholding.

Each invoice distribution line has its own accounting date. When you account for an invoice,
your Oracle Payables application creates accounting events, accounting entry headers and
accounting entry lines for those distribution lines that have accounting dates included in the
selected accounting date range for the Payables Accounting Process.

Accounting Entries Tables:

AP_ACCOUNTING_EVENTS_ALL

AP_AE_HEADERS_ALL

AP_AE_LINES_ALL




      5   Ketul Patel
P2P Cycle Made easy 2013


5) Making a Payment:

Go to the Invoice window and query the invoice you want to pay. You would see Amount paid as 0.00
before you make a payment.

Payment Tables:

AP_INVOICE_PAYMENTS_ALL

AP_INVOICE_PAYMENTS_ALL contains records of invoice payments that you made to
suppliers. There is one row for each payment you make for each invoice. There is one
payment and one invoice for each payment in this table. Your Oracle Payables application
updates this table when you confirm an automatic payment batch, enter a manual payment,
or process a Quick payment. When you void a payment, your Oracle Payables application
inserts an additional payment line that is the negative of the original payment line.

For manual payments and Quick payments, this table corresponds to the Select Invoices
window in the Payment workbench.

AP_PAYMENT_SCHEDULES_ALL

AP_PAYMENT_SCHEDULES_ALL contains information about scheduled payments for an
invoice. You need one row for each time you intend to make a payment on an invoice. Your
Oracle Payables application uses this information to determine when to make payments on
an invoice and how much to pay in an automatic payment batch.

Values for HOLD_FLAG may be ’Y’ to place a hold on the scheduled payment, or ’N’ not to
do so. Values for PAYMENT_STATUS_FLAG may be ’Y’ for fully paid payment schedules,
’N’ for unpaid scheduled payments, or ’P’ for partially paid scheduled payments. For
converted records, enter a value for AMOUNT_REMAINING.

This table corresponds to the Scheduled Payments window.

AP_CHECKS_ALL

AP_CHECKS_ALL stores information about payments issued to suppliers or refunds received
from suppliers. You need one row for each payment you issue to a supplier or refund received
from a supplier. Your Oracle Payables application uses this information to record payments you
make to suppliers or refunds you receive from suppliers.

AP_CHECK_FORMATS

AP_BANK_ACCOUNTS_ALL

AP_BANK_BRANCHES

AP_TERMS



6) Transfer to General Ledger


      6   Ketul Patel

Contenu connexe

Tendances

O2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationO2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationPritesh Mogane
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order managementMohit kumar Gupta
 
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayOracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayBoopathy CS
 
Oracle R12 SCM Functional Interview Questions - Order Management,
Oracle R12 SCM Functional Interview Questions - Order Management, Oracle R12 SCM Functional Interview Questions - Order Management,
Oracle R12 SCM Functional Interview Questions - Order Management, Boopathy CS
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleBoopathy CS
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionAhmed Elshayeb
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionJade Global
 
Pick pack and ship confirm process in oracle apps
Pick pack and ship confirm process in oracle appsPick pack and ship confirm process in oracle apps
Pick pack and ship confirm process in oracle appsshravan kumar chelika
 
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Boopathy CS
 
Oracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsOracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsBoopathy CS
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Boopathy CS
 
Inventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsInventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsAvishek Roychoudhuri
 
EBS-OPM Costing.docx
EBS-OPM Costing.docxEBS-OPM Costing.docx
EBS-OPM Costing.docxMina Lotfy
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideAhmed Elshayeb
 
Oracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsOracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsBoopathy CS
 

Tendances (20)

P2 p and o2c
P2 p and o2cP2 p and o2c
P2 p and o2c
 
O2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationO2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localization
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order management
 
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayOracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
 
Oracle R12 SCM Functional Interview Questions - Order Management,
Oracle R12 SCM Functional Interview Questions - Order Management, Oracle R12 SCM Functional Interview Questions - Order Management,
Oracle R12 SCM Functional Interview Questions - Order Management,
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory Module
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud Fusion
 
Pick pack and ship confirm process in oracle apps
Pick pack and ship confirm process in oracle appsPick pack and ship confirm process in oracle apps
Pick pack and ship confirm process in oracle apps
 
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
 
Oracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsOracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving Options
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
 
Inventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsInventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled items
 
Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycle
 
P2P & O2C
P2P & O2CP2P & O2C
P2P & O2C
 
EBS-OPM Costing.docx
EBS-OPM Costing.docxEBS-OPM Costing.docx
EBS-OPM Costing.docx
 
Oracle iProcurement
Oracle iProcurementOracle iProcurement
Oracle iProcurement
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
 
Oracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsOracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & Descriptions
 
Procure to pay flow
Procure to pay flowProcure to pay flow
Procure to pay flow
 

En vedette

Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle mgarg82
 
Procure to-pay-best-practices
Procure to-pay-best-practicesProcure to-pay-best-practices
Procure to-pay-best-practicesArvind Gupta
 
Accounting entries for procure to pay
Accounting entries for procure to payAccounting entries for procure to pay
Accounting entries for procure to payAntony Samuel
 
SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash CycleMohamed Talaat
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process Sameer Mittal
 

En vedette (6)

Procure to pay ppt
Procure to pay pptProcure to pay ppt
Procure to pay ppt
 
Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle
 
Procure to-pay-best-practices
Procure to-pay-best-practicesProcure to-pay-best-practices
Procure to-pay-best-practices
 
Accounting entries for procure to pay
Accounting entries for procure to payAccounting entries for procure to pay
Accounting entries for procure to pay
 
SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash Cycle
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process
 

Similaire à P2P cycle made easy

Procurement process
Procurement processProcurement process
Procurement processbabloo6
 
Basic procure-to-pay
Basic procure-to-payBasic procure-to-pay
Basic procure-to-payTanuj Kelkar
 
Resources-Training-Procure-To-Pay.pdf
Resources-Training-Procure-To-Pay.pdfResources-Training-Procure-To-Pay.pdf
Resources-Training-Procure-To-Pay.pdfSuresh426721
 
Opentaps purchasing process
Opentaps purchasing processOpentaps purchasing process
Opentaps purchasing processNguyen Duc
 
Eresource nfra purchase module
Eresource nfra purchase moduleEresource nfra purchase module
Eresource nfra purchase moduleeresourceerpuae
 
Introduction to sap r3 (mm)
Introduction to sap r3 (mm)Introduction to sap r3 (mm)
Introduction to sap r3 (mm)Vanitha Dassari
 
SAP Training in Noida
SAP Training in NoidaSAP Training in Noida
SAP Training in Noidasonendrapal
 
Sap accounts payable interview questions and answers pdf
Sap accounts payable interview questions and answers pdfSap accounts payable interview questions and answers pdf
Sap accounts payable interview questions and answers pdfPmp15780
 
What specific role of people using developing and managing is seleact an appr...
What specific role of people using developing and managing is seleact an appr...What specific role of people using developing and managing is seleact an appr...
What specific role of people using developing and managing is seleact an appr...Muhammad Tahir Mehmood
 
Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01ssantosh1234
 
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docxhyacinthshackley2629
 
Class PowerPoint PIR
Class PowerPoint PIRClass PowerPoint PIR
Class PowerPoint PIRKellie Abbey
 
Overview of SAP ERP
Overview of SAP ERPOverview of SAP ERP
Overview of SAP ERPRakeshB46
 

Similaire à P2P cycle made easy (20)

Procurement process
Procurement processProcurement process
Procurement process
 
Basic procure-to-pay
Basic procure-to-payBasic procure-to-pay
Basic procure-to-pay
 
Resources-Training-Procure-To-Pay.pdf
Resources-Training-Procure-To-Pay.pdfResources-Training-Procure-To-Pay.pdf
Resources-Training-Procure-To-Pay.pdf
 
Opentaps purchasing process
Opentaps purchasing processOpentaps purchasing process
Opentaps purchasing process
 
Eresource nfra purchase module
Eresource nfra purchase moduleEresource nfra purchase module
Eresource nfra purchase module
 
Introduction to sap r3 (mm)
Introduction to sap r3 (mm)Introduction to sap r3 (mm)
Introduction to sap r3 (mm)
 
SAP Training in Noida
SAP Training in NoidaSAP Training in Noida
SAP Training in Noida
 
Oracle R12 iProcurement Reference Guide
Oracle R12 iProcurement Reference GuideOracle R12 iProcurement Reference Guide
Oracle R12 iProcurement Reference Guide
 
Sap accounts payable interview questions and answers pdf
Sap accounts payable interview questions and answers pdfSap accounts payable interview questions and answers pdf
Sap accounts payable interview questions and answers pdf
 
What specific role of people using developing and managing is seleact an appr...
What specific role of people using developing and managing is seleact an appr...What specific role of people using developing and managing is seleact an appr...
What specific role of people using developing and managing is seleact an appr...
 
Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01
 
Basics of sap sd module
Basics of sap sd moduleBasics of sap sd module
Basics of sap sd module
 
Sales Order Process.ppt
Sales Order Process.pptSales Order Process.ppt
Sales Order Process.ppt
 
Order to cash
Order to cashOrder to cash
Order to cash
 
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
 
Purchasing 11i.5.10 Training
Purchasing 11i.5.10 TrainingPurchasing 11i.5.10 Training
Purchasing 11i.5.10 Training
 
Class PowerPoint PIR
Class PowerPoint PIRClass PowerPoint PIR
Class PowerPoint PIR
 
EdiEcommerce
EdiEcommerceEdiEcommerce
EdiEcommerce
 
Overview of SAP ERP
Overview of SAP ERPOverview of SAP ERP
Overview of SAP ERP
 
Oracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing TrainingOracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing Training
 

Dernier

Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 

Dernier (20)

Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

P2P cycle made easy

  • 1. P2P Cycle Made easy 2013 P2P (PROCURE TO PAY) CYCLE. 1) Create Requisition: Requisition is nothing but a formal request to buy something (like Inventory material, office supplies etc) needed for the enterprise. Only an employee can create one. There are two types of requisitions: Internal Requisition: Internal requisitions provide the mechanism for requesting and transferring material from one inventory to other inventory. Purchase requisition: Unlike Internal requisitions, Purchase requisitions are used for requesting material from suppliers. Underlying Tables: PO_REQUISITION_HEADERS_ALL PO_REQUISITION_HEADERS_ALL stores information about requisition headers. You need one row for each requisition header you create. Each row contains the requisition number, preparer, status, and description. REQUISITION_HEADER_ID is the unique system–generated requisition number. REQUISITION_HEADER_ID is invisible to the user. SEGMENT1 is the number you use to identify the requisition in forms and reports. PO_REQUISITION_HEADERS_ALL is one of three tables storing requisition information. PO_REQUISITION_HEADERS_ALL corresponds to the Header region of the Requisitions window. SEGMENT1 provides unique values for each row in the table in addition to REQUISITION_HEADER_ID. 1 Ketul Patel
  • 2. P2P Cycle Made easy 2013 PO_REQUISITION_LINES_ALL PO_REQUISITION_LINES stores information about requisition lines. You need one row for each requisition line you create. Each row contains the line number, item number, item category, item description, need–by date, deliver–to location, item quantities, units, prices, requestor, notes, and suggested supplier information for the requisition line. LINE_LOCATION_ID identifies the purchase order shipment line on which you placed the requisition. LINE_LOCATION_ID is null if you have not placed the requisition line on a purchase order. BLANKET_PO_HEADER_ID and BLANKET_PO_LINE_NUM store the suggested blanket purchase agreement or catalogue quotation line information for the requisition line. PO_REQUISITION_LINES is one of three tables storing requisition information. This table corresponds to the Lines region of the Requisitions window. PO_REQ_DISTRIBUTIONS_ALL PO_REQ_DISTRIBUTIONS_ALL stores information about the accounting distributions associated with each requisition line. Each requisition line must have at least one accounting distribution. You need one row for each requisition distribution you create. Each row includes the Accounting Flex field ID and requisition line quantity. PO_REQ_DISTRIBUTIONS_ALL is one of three tables storing your requisition information. This table corresponds to the requisition Distributions window, accessible through the Requisitions window. 2) Create Purchase Order: There are 4 types of Purchase Orders: 1. Standard PO: A Standard PO is created for one–time purchase of various items. 2. Planned PO: A Planned PO is a long–term agreement committing to buy items or services from a single source. You must specify tentative delivery schedules and all details for goods or services that you want to buy, including charge account, quantities, and estimated cost. 3. Blanket agreement: A Blanket PO is created when you know the detail of the goods or services you plan to buy from a specific supplier in a period, but you do not know the detail of your delivery schedules. 4. Contract agreement: Contract purchase agreements are created with your suppliers to agree on specific terms and conditions without indicating the goods and services that you will be purchasing. Underlying Tables: PO_HEADERS_ALL PO_HEADERS_ALL contains header information for your purchasing documents. You need one row for each document you create. There are six types of documents that use PO_HEADERS_ALL: • RFQs 2 Ketul Patel
  • 3. P2P Cycle Made easy 2013 • Quotations • Standard purchase orders • Planned purchase orders • Blanket purchase orders • Contracts Each row contains buyer information, supplier information, brief notes, foreign currency information, terms and conditions information, and the status of the document. Oracle Purchasing uses this information to record information that is related to a complete document. PO_HEADER_ID is the unique system–generated primary key and is invisible to the user. SEGMENT1 is the system–assigned number you use to identify the document in forms and reports. PO_LINES_ALL PO_LINES_ALL stores current information about each purchase order line. You need one row for each line you attach to a document. There are five document types that use lines: • RFQs • Quotations • Standard purchase orders • Blanket purchase orders • Planned purchase orders Each row includes the line number, the item number and category, unit, price, tax information, matching information, and quantity ordered for the line. Oracle Purchasing uses this information to record and update item and price information for purchase orders, quotations, and RFQs. The QUANTITY field stores the total quantity of all purchase order shipment lines (found in PO_LINE_LOCATIONS_ALL). PO_DISTRIBUTIONS_ALL (REQ_HEADER_REFERENCE_NUM in Distributions table is the Requisition number for this PO) PO_DISTRIBUTIONS_ALL contains accounting distribution information for a purchase order shipment line. You need one row for each distribution line you attach to a purchase order shipment. There are four types of documents using distributions in Oracle Purchasing: • Standard Purchase Orders • Planned Purchase Orders • Planned Purchase Order Releases • Blanket Purchase Order Releases 3 Ketul Patel
  • 4. P2P Cycle Made easy 2013 Each row includes the destination type, requestor ID, quantity ordered and deliver–to location for the distribution. Oracle Purchasing uses this information to record accounting and requisition information for purchase orders and releases. PO_DISTRIBUTIONS_ALL is one of five tables storing purchase order and release information. 3) Create Receipt: A receipt is a written acknowledgment that a specified article or sum of money has been received. A receipt records the purchase of goods or service. It is not the same as an invoice. Create a receipt to receive the items in the Purchase Order. Receipt Tables are: RCV_SHIPMENT_HEADERS RCV_SHIPMENT_HEADERS stores common information about the source of your receipts or expected receipts. You group your receipts by the source type and the source of the receipt. Oracle Purchasing does not allow you to group receipts from different sources under one receipt header. There are two receipt source types, Supplier and Internal Order, that you need to use when receiving against different source document types. You use a receipt source type of ’Supplier’ when receiving items that you ordered from an external supplier using a purchase order. When you receive items that are part of an inter–organization transfer, or when receiving items that you request from your inventory using an internal requisition, the receipt type would be ’Internal Order’. The ’Internal Order’ receipt source type populates the ORGANIZATION_ID column. Oracle Purchasing creates a receipt header when you are entering your receipts or when you perform inter–organization transfers using Oracle Inventory. When Oracle Inventory creates a receipt header for an in-transit shipment, the receipt number is not populated until you receive the shipment. RCV_SHIPMENT_LINES (Lines Table has PO_HEADER_ID) RCV_SHIPMENT_LINES stores information about items that have been shipped and/or received from a specific receipt source. RCV_SHIPMENT_LINES also stores information about the default destination for in-transit shipments. 4 Ketul Patel
  • 5. P2P Cycle Made easy 2013 4) Create Invoice in Payables: Once the goods are received, it’s time to pay the vendor for the goods purchased and hence the invoices are created. Invoice Tables: AP_INVOICES_ALL AP_INVOICES_ALL contains records for invoices you enter. There is one row for each invoice you enter. An invoice can have one or more invoice distribution lines. An invoice can also have one or more scheduled payments. AP_INVOICES_LINES_ALL AP_INVOICE_LINES_ALL is a new table introduced in R12 to represent the data stored in invoice lines. AP_INVOICE_DISTRIBUTIONS_ALL AP_INVOICE_DISTRIBUTIONS_ALL holds the distribution line information that you enter for invoices. There is a row for each invoice distribution. A distribution line must be associated with an invoice. An invoice can have multiple distribution lines. Your Oracle Payables application automatically creates rows in this table when: 1) You choose a distribution set at the invoice level. 2) You import expense reports. 3) You match an invoice to a purchase order or receipt; it uses information from the matched purchase order or receipt. 4) You import invoices via the Open Interface Import process. 5) You select to automatically calculate tax. 6) You select to automatically do withholding. Each invoice distribution line has its own accounting date. When you account for an invoice, your Oracle Payables application creates accounting events, accounting entry headers and accounting entry lines for those distribution lines that have accounting dates included in the selected accounting date range for the Payables Accounting Process. Accounting Entries Tables: AP_ACCOUNTING_EVENTS_ALL AP_AE_HEADERS_ALL AP_AE_LINES_ALL 5 Ketul Patel
  • 6. P2P Cycle Made easy 2013 5) Making a Payment: Go to the Invoice window and query the invoice you want to pay. You would see Amount paid as 0.00 before you make a payment. Payment Tables: AP_INVOICE_PAYMENTS_ALL AP_INVOICE_PAYMENTS_ALL contains records of invoice payments that you made to suppliers. There is one row for each payment you make for each invoice. There is one payment and one invoice for each payment in this table. Your Oracle Payables application updates this table when you confirm an automatic payment batch, enter a manual payment, or process a Quick payment. When you void a payment, your Oracle Payables application inserts an additional payment line that is the negative of the original payment line. For manual payments and Quick payments, this table corresponds to the Select Invoices window in the Payment workbench. AP_PAYMENT_SCHEDULES_ALL AP_PAYMENT_SCHEDULES_ALL contains information about scheduled payments for an invoice. You need one row for each time you intend to make a payment on an invoice. Your Oracle Payables application uses this information to determine when to make payments on an invoice and how much to pay in an automatic payment batch. Values for HOLD_FLAG may be ’Y’ to place a hold on the scheduled payment, or ’N’ not to do so. Values for PAYMENT_STATUS_FLAG may be ’Y’ for fully paid payment schedules, ’N’ for unpaid scheduled payments, or ’P’ for partially paid scheduled payments. For converted records, enter a value for AMOUNT_REMAINING. This table corresponds to the Scheduled Payments window. AP_CHECKS_ALL AP_CHECKS_ALL stores information about payments issued to suppliers or refunds received from suppliers. You need one row for each payment you issue to a supplier or refund received from a supplier. Your Oracle Payables application uses this information to record payments you make to suppliers or refunds you receive from suppliers. AP_CHECK_FORMATS AP_BANK_ACCOUNTS_ALL AP_BANK_BRANCHES AP_TERMS 6) Transfer to General Ledger 6 Ketul Patel