SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
P2P :( procure to pay)
 Create Requisition
 Create Purchase Order
 Create InventoryReceipt
 Enter AP Invoice
 Make Payment
 TransfertoGL
1. Create requisition:
Headers - po_requisition_headers_all
Lines - po_requisition_lines_all
Distribution- po_req_distribution_all
>> Po_requisition_headers_all:
Important columns:
Requisition_header_id: requisitionheaderunique identifier.
Segment1: requisitionnumber.
Authorization_status: authorizationtype. (Complete)
Type_lookup_code: requisitiontype. (Purchaseandinternal)
Description:
PO_REQUISITION_HEADERS_ALLstores information about requisitionheaders.
>>Po_requisition_lines_all:
Important columns:
Requisition_header_id: requisitionheaderunique identifier.
Line_type_id: line type (goods).
Quantity_number: quantityordered.
Categeory_id: itemcategory unique identifier.
Description:
PO_REQUISITION_lines stores informationabout requisition lines. Eachrowcontains theline number, item number, itemcategory,
item description, need-by date, deliver-tolocation, itemquantities, units, prices, requestor, notes, andsuggestedsupplier informationforthe
requisition line.
>>po_req_distribution_all:
Important columns:
Distribution_id: requisitiondistributionunique identifier.
Requisition_line_id: requisition lineunique identifier.
Code_combination_id: unique identifier for thegeneral ledger.
Distribution_num: distributionnumber.
Description:
Po_req_distribution_all stores information about the accountingdistributionassociatedwith each requisitionline.Eachrequisition line must
have at least one accountingdistribution.
Po_req_distribution_all is one of three tables storingyour requisitionnumber.
Accountingdistribution:
Accountingdistributions are usedto define howan amount will be accountedfor,such as howthe expense, tax, or charges will be
accountedforon a vendorinvoice. Everyamount that must be accountedfor when thevendor invoice is journalizedwill have oneor
more accountingdistributions
2. Create purchase order:
Header: po_headers_all
Line: po_lines_all
Distribution: po_distribution_all
>>po_headers_all:
Important columns:
Po_header_id
Segment1
Vendor_id
Vendor_site_id
Description:
Po_headers_all contains header information for all purchasingdocuments. There aresix types ofdocuments that use po_headers_all.
 RFQs
 Quotations
 Standardpurchase orders
 Plannedpurchase orders
 Blanket purchase orders
 Contracts
>>po_lines_all:
Important columns:
Po_line_id: document the unique identifier.
Po_header_id: document header unique identifier. (Reference po_headers_all ,po_header_id)
Item_id: itemunique identifier.
Line_num: line number.
Description:
Po_lines_all stores current informationabout eachorder purchase order line.there are fivedocument types that use line.
 RFQs
 Quotations
 Standardpurchase orders
 Blanket purchase orders
 Plannedpurchase orders
>>po_distribution_all:
Important columns:
Po_distribution_id: document distributionunique identifier.Primarykeyforthis table.
Po_header_id: document header unique identifier. Reference po_headers_all.po_header_id.
Po_line_id: document the unique identifier. Reference po_lines_all.po_lines_id.
Line_location_id:
Description:
Po_distribution_all contains accountingdistributioninformationfor a purchase order shipment line.
3. Create the receipt:
Headers: RCV_SHIPMENT_HEADERS
Lines: RCV_SHIPMENT_LINES
Transaction: rcv_transactions
>>Rcv_shipment_headers:
Important columns:
Shipment_header_id: receipt header unique identifier.
Receipt_source_code: sourcetypeof the shipment – vendor,internal orderor customer.
Vendor_id: source supplier unique identifier.
Shipment_num: shipment number.
Receipt_num: receipt number.
Description:
Rcv_shipment_headers stores commoninformationabout thesource ofyour receipts or expectedreceipts.
There are two receipt source types, supplier andinternal order.
>>Rcv_shipment_lines:
Important columns:
Shipment_line_id: shipment line unique identifier.
Item_id: itemidentifier.
Vendor_item_num: suppliers item number.
Shipment_line_status_code: receipt status of the shipment line
Description:
Rcv_shipment_lines stores informationabout items that have been shipped.
>>Rcv_transaction:
Important columns:
Transaction_id: receivingtransactionunique identifier.
Request_id:
Transaction_type: receivingtransactiontype.
Transaction_date:
Quantity:
Description:
Rcv_transaction stores historical information about receivingtransactionthat youhave performed.
4. Invoices:
>>ap_invoices_all:
Important columns:
Invoice_id: generatedusinga database sequences.
Vendor_id:
Invoice_num:
Set_of_books_id:
Payment_currency_code:
Description:
This table corresponds to the Invoices header blockofInvoice workbench. AP_INVOICES_ALLholds information this table corresponds
to the Invoices header blockof Invoice workbench.AP_INVOICES_ALL holds information Oracle Projects,Supplier Portal, Refunds from
Oracle Receivables etc.This table holds all type ofinvoices, which includes Standard, Prepayments, Credit Memo,Debit Memo, Mixedinvoice,
Withholdinginvoice, Interest Invoice, Retainage invoices, Payment Requests etc.,
>>ap_invoice_distributions_all:
Important columns:
Invoice_id: Unique invoicedistributionidentifier.
SET_OF_BOOKS_ID: Ledger identifier ofthe invoice distribution.
AMOUNT: Amount on invoice distribution.
INVOICE_DISTRIBUTION_ID:
Description:
AP_INVOICE_DISTRIBUTIONS_ALL holds the distributioninformationthat is manuallyenteredorsystem-generated.
>>ap_checks_all:
Important columns:
Amount: payment amount
Bank_account_id: longer used
Bank_account_name:
Check_id_number:
Check_number: paymnt number
Vendor_name: suppliername
Vendor_site_code: supplier site code
Descriptions:
Ap_checks_all stores information about payment issuedto suppliers or refundreceivedfromsuppliers.
>>ap_invoice_payments_all:
Important columns:
Invoice_payment_id:
Invoice_id:
Check_id:
Payment_num:
Descriptions:
Ap_invoice_payments_all contains recordofinvoicepayments that youmade tosuppliers.
>>ap_payment_schedules_all:
Important columns:
Invoice_id:
Payment_num:
Amount_remaining:
Descriptions:
Ap_payment_schedules_all contain information about scheduledfor aninvoice.
5. GL Transfer:
>>gl_periods:
Important columns:
Period_set_name: name ofthe accountingcalendar.
Period_name: systemgeneratedaccountingperiodname.
Descriptions:
Gl_periods contains information about the accountingperiods that are definedusingthe accountingcalendarform.
>>gl_period_statuses:
Important columns:
Application_id: identifier associatedwith the application
Ledger_id: unique identifier of the ledger
Period_name:
Descriptions:
Gl_period_statuses contains the statuses of youraccountingperiods.
>>gl_set_of_books:
Important_columns:
P2P table

More Related Content

DOCX
Base tables for order to cash
DOC
How to auto create trip in oracle order management
DOCX
Personalization Validate Po Quantity With PR
DOCX
Inventory aging report using oracle discoverer desktop
DOC
Oracle ERP Personalization for control master items list
PDF
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
PDF
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
DOCX
O2 c and p2p cycles
Base tables for order to cash
How to auto create trip in oracle order management
Personalization Validate Po Quantity With PR
Inventory aging report using oracle discoverer desktop
Oracle ERP Personalization for control master items list
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
O2 c and p2p cycles

What's hot (20)

DOCX
How to remove disable and cancel shipment functionality in enter purchase or...
PDF
Oracle R12 AR Enhancement Overview
DOCX
Oracle Personalization How To Restricting users from assigning items to diffe...
DOCX
Personalization to restrict values in customer name and number lov in sales o...
PDF
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
DOCX
Elshayeb Expense Subinventory And Items Scenario
PDF
Oracle forms personalization
PDF
Accounting in Oracle Inventory
DOCX
Pick pack and ship confirm process in oracle apps
PDF
Oracle min-max-planning
DOCX
Blanket purchase agreement and blanket release in oracle r12
DOCX
Validate maximum expiration date for items lots
PPT
R12 inventory features
DOCX
Alerts in r12
PDF
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
DOC
P2 p and o2c
DOC
Send mail with attached report layout
PPT
Oracle Payable Complete Business flows
PDF
Oracle R12 Apps - Purchasing Module Setup Steps
PPTX
Transaction Numbering in Oracle Receivables
How to remove disable and cancel shipment functionality in enter purchase or...
Oracle R12 AR Enhancement Overview
Oracle Personalization How To Restricting users from assigning items to diffe...
Personalization to restrict values in customer name and number lov in sales o...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Elshayeb Expense Subinventory And Items Scenario
Oracle forms personalization
Accounting in Oracle Inventory
Pick pack and ship confirm process in oracle apps
Oracle min-max-planning
Blanket purchase agreement and blanket release in oracle r12
Validate maximum expiration date for items lots
R12 inventory features
Alerts in r12
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
P2 p and o2c
Send mail with attached report layout
Oracle Payable Complete Business flows
Oracle R12 Apps - Purchasing Module Setup Steps
Transaction Numbering in Oracle Receivables
Ad

Similar to P2P table (20)

PDF
P2P cycle made easy
PDF
Create intercompany ap populates the ra customer trx_lines_all
PPTX
Sample Sap Module
DOCX
procurement database model -documentation-draft-20150515
PPTX
Inventory Management System
PPTX
Inventory
DOCX
3.2. Process Order Info (Change the name ComponentModule .docx
DOC
Consignment
DOCX
warehouse management database model -documantation-draft-20150520
PPTX
Mis06
PPT
3.Requirements gathering and Analysis_SRS _Functional and Non Functional Requ...
PPT
Oracle apps order-management (2)
PPT
Oracle apps order-management
PPTX
Product inventory system
PDF
SAP SD Notes
PPTX
Warranty management system
PPT
ppt_project_group_2.ppt amnd project report
PDF
Technical architecture for order management
PDF
Ecommerce Backend Design
PPT
3.Requirements gathering and Analysis_SRS _Functional and Non Functional Requ...
P2P cycle made easy
Create intercompany ap populates the ra customer trx_lines_all
Sample Sap Module
procurement database model -documentation-draft-20150515
Inventory Management System
Inventory
3.2. Process Order Info (Change the name ComponentModule .docx
Consignment
warehouse management database model -documantation-draft-20150520
Mis06
3.Requirements gathering and Analysis_SRS _Functional and Non Functional Requ...
Oracle apps order-management (2)
Oracle apps order-management
Product inventory system
SAP SD Notes
Warranty management system
ppt_project_group_2.ppt amnd project report
Technical architecture for order management
Ecommerce Backend Design
3.Requirements gathering and Analysis_SRS _Functional and Non Functional Requ...
Ad

More from suriyae1 (7)

DOCX
List of api in tca
DOCX
Customer account creation API & query
TXT
Create cust acct api
TXT
Api error handling
PPT
Les06 oracle business_intelligence_obiee
DOCX
Oracle Application Framework
DOC
Oracle SQL AND PL/SQL
List of api in tca
Customer account creation API & query
Create cust acct api
Api error handling
Les06 oracle business_intelligence_obiee
Oracle Application Framework
Oracle SQL AND PL/SQL

Recently uploaded (20)

PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
August Patch Tuesday
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
A Presentation on Touch Screen Technology
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Approach and Philosophy of On baking technology
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
August Patch Tuesday
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
A comparative analysis of optical character recognition models for extracting...
1 - Historical Antecedents, Social Consideration.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Programs and apps: productivity, graphics, security and other tools
cloud_computing_Infrastucture_as_cloud_p
WOOl fibre morphology and structure.pdf for textiles
Zenith AI: Advanced Artificial Intelligence
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
A comparative study of natural language inference in Swahili using monolingua...
DP Operators-handbook-extract for the Mautical Institute
A Presentation on Touch Screen Technology
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Encapsulation theory and applications.pdf
Approach and Philosophy of On baking technology

P2P table

  • 1. P2P :( procure to pay)  Create Requisition  Create Purchase Order  Create InventoryReceipt  Enter AP Invoice  Make Payment  TransfertoGL 1. Create requisition: Headers - po_requisition_headers_all Lines - po_requisition_lines_all Distribution- po_req_distribution_all >> Po_requisition_headers_all: Important columns: Requisition_header_id: requisitionheaderunique identifier. Segment1: requisitionnumber. Authorization_status: authorizationtype. (Complete) Type_lookup_code: requisitiontype. (Purchaseandinternal) Description: PO_REQUISITION_HEADERS_ALLstores information about requisitionheaders. >>Po_requisition_lines_all: Important columns: Requisition_header_id: requisitionheaderunique identifier. Line_type_id: line type (goods). Quantity_number: quantityordered. Categeory_id: itemcategory unique identifier. Description: PO_REQUISITION_lines stores informationabout requisition lines. Eachrowcontains theline number, item number, itemcategory, item description, need-by date, deliver-tolocation, itemquantities, units, prices, requestor, notes, andsuggestedsupplier informationforthe requisition line. >>po_req_distribution_all: Important columns: Distribution_id: requisitiondistributionunique identifier. Requisition_line_id: requisition lineunique identifier. Code_combination_id: unique identifier for thegeneral ledger. Distribution_num: distributionnumber. Description: Po_req_distribution_all stores information about the accountingdistributionassociatedwith each requisitionline.Eachrequisition line must have at least one accountingdistribution. Po_req_distribution_all is one of three tables storingyour requisitionnumber. Accountingdistribution: Accountingdistributions are usedto define howan amount will be accountedfor,such as howthe expense, tax, or charges will be accountedforon a vendorinvoice. Everyamount that must be accountedfor when thevendor invoice is journalizedwill have oneor more accountingdistributions 2. Create purchase order: Header: po_headers_all Line: po_lines_all Distribution: po_distribution_all
  • 2. >>po_headers_all: Important columns: Po_header_id Segment1 Vendor_id Vendor_site_id Description: Po_headers_all contains header information for all purchasingdocuments. There aresix types ofdocuments that use po_headers_all.  RFQs  Quotations  Standardpurchase orders  Plannedpurchase orders  Blanket purchase orders  Contracts >>po_lines_all: Important columns: Po_line_id: document the unique identifier. Po_header_id: document header unique identifier. (Reference po_headers_all ,po_header_id) Item_id: itemunique identifier. Line_num: line number. Description: Po_lines_all stores current informationabout eachorder purchase order line.there are fivedocument types that use line.  RFQs  Quotations  Standardpurchase orders  Blanket purchase orders  Plannedpurchase orders >>po_distribution_all: Important columns: Po_distribution_id: document distributionunique identifier.Primarykeyforthis table. Po_header_id: document header unique identifier. Reference po_headers_all.po_header_id. Po_line_id: document the unique identifier. Reference po_lines_all.po_lines_id. Line_location_id: Description: Po_distribution_all contains accountingdistributioninformationfor a purchase order shipment line. 3. Create the receipt: Headers: RCV_SHIPMENT_HEADERS Lines: RCV_SHIPMENT_LINES Transaction: rcv_transactions >>Rcv_shipment_headers: Important columns: Shipment_header_id: receipt header unique identifier. Receipt_source_code: sourcetypeof the shipment – vendor,internal orderor customer. Vendor_id: source supplier unique identifier. Shipment_num: shipment number. Receipt_num: receipt number. Description: Rcv_shipment_headers stores commoninformationabout thesource ofyour receipts or expectedreceipts. There are two receipt source types, supplier andinternal order.
  • 3. >>Rcv_shipment_lines: Important columns: Shipment_line_id: shipment line unique identifier. Item_id: itemidentifier. Vendor_item_num: suppliers item number. Shipment_line_status_code: receipt status of the shipment line Description: Rcv_shipment_lines stores informationabout items that have been shipped. >>Rcv_transaction: Important columns: Transaction_id: receivingtransactionunique identifier. Request_id: Transaction_type: receivingtransactiontype. Transaction_date: Quantity: Description: Rcv_transaction stores historical information about receivingtransactionthat youhave performed. 4. Invoices: >>ap_invoices_all: Important columns: Invoice_id: generatedusinga database sequences. Vendor_id: Invoice_num: Set_of_books_id: Payment_currency_code: Description: This table corresponds to the Invoices header blockofInvoice workbench. AP_INVOICES_ALLholds information this table corresponds to the Invoices header blockof Invoice workbench.AP_INVOICES_ALL holds information Oracle Projects,Supplier Portal, Refunds from Oracle Receivables etc.This table holds all type ofinvoices, which includes Standard, Prepayments, Credit Memo,Debit Memo, Mixedinvoice, Withholdinginvoice, Interest Invoice, Retainage invoices, Payment Requests etc., >>ap_invoice_distributions_all: Important columns: Invoice_id: Unique invoicedistributionidentifier. SET_OF_BOOKS_ID: Ledger identifier ofthe invoice distribution. AMOUNT: Amount on invoice distribution. INVOICE_DISTRIBUTION_ID: Description: AP_INVOICE_DISTRIBUTIONS_ALL holds the distributioninformationthat is manuallyenteredorsystem-generated. >>ap_checks_all: Important columns: Amount: payment amount Bank_account_id: longer used Bank_account_name: Check_id_number: Check_number: paymnt number Vendor_name: suppliername Vendor_site_code: supplier site code Descriptions: Ap_checks_all stores information about payment issuedto suppliers or refundreceivedfromsuppliers. >>ap_invoice_payments_all: Important columns: Invoice_payment_id: Invoice_id: Check_id: Payment_num:
  • 4. Descriptions: Ap_invoice_payments_all contains recordofinvoicepayments that youmade tosuppliers. >>ap_payment_schedules_all: Important columns: Invoice_id: Payment_num: Amount_remaining: Descriptions: Ap_payment_schedules_all contain information about scheduledfor aninvoice. 5. GL Transfer: >>gl_periods: Important columns: Period_set_name: name ofthe accountingcalendar. Period_name: systemgeneratedaccountingperiodname. Descriptions: Gl_periods contains information about the accountingperiods that are definedusingthe accountingcalendarform. >>gl_period_statuses: Important columns: Application_id: identifier associatedwith the application Ledger_id: unique identifier of the ledger Period_name: Descriptions: Gl_period_statuses contains the statuses of youraccountingperiods. >>gl_set_of_books: Important_columns: