SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Procure To Pay (P2P) When Only The
Second 'P' Is Oracle E-Business Suite (EBS)
Eric Guether
eguether@gmail.com
Introduction
• About the Speaker
– Worked with EBS [11i & R12 ] since 2001 as
business systems manager and functional analyst
– Presented at five previous OAUG COLLABORATE
and predecessor conferences from 2004 to 2008
Objectives
• Identify Points to Consider When Integrating
Oracle Payables with an External Procurement
System
– First „P‟ in P2P is an external system
– Second „P‟ in P2P is existing Oracle EBS Payables
• Discuss Invoice Import Issues
• Show Examples of Business Activity Monitoring
In Scope
• E-Business Suite R12 Payables
– Also relevant for EBS 11i Payables
• Corporate Purchases
– Services and Non-Inventory Goods
• Key Interfaces
– Master Data
– AP Invoices
– Remittance Data
Out of Scope
• Oracle Application Integration Architecture (AIA)
– Topics still relevant when AIA or BPEL are used
• Employee Master Data & Approval Hierarchies
• Inventory Purchasing
– PO receipts into Oracle Inventory
Business Case: Before P2P
• Corporate Org Had No Purchasing System
– Centralized oversight of corp. spend was reactive
– Exceptions often detected post-purchase
• Invoices Entered Directly into Oracle Payables
– No automated controls from 2-way / 3-way matching
– Authorization for payment  signature on paper
invoice
Business Case: Solution
• Implement a Procurement Process and System
– New System: Ariba Spend Management
– Punchout catalog buying and electronic invoicing
enabled through Ariba Supplier Network (ASN)
– Oracle Purchasing / iProcurement considered but
not selected
• Integrate New System with Existing Oracle
Payables for P2P
P2P Solution: Functional Overview
Requisition Purchase Receive InvoiceMaster Data
Account PayMaster Data
Ariba Spend Mgmt.
Oracle EBS R12
Operating Units
Suppliers & Sites
Locations
Chart of Accounts
PO to Supplier
Payment to Supplier
OK2Pay
(Approved)
Invoices
Remittance
Data
P2P Solution: Technical Overview
Discussion Areas
• Supplier Master Data
• Location Master Data
• Chart of Accounts (COA) Master Data
• Invoice Transaction Transfer
• Remittance Data Transfer
Supplier Master Data
• Existing Oracle Payables Supplier Master is
Data Source for New Procurement System
– New suppliers / sites added to Oracle, then
interfaced to external procurement system
– Changes to suppliers / sites made in Oracle, then
interfaced to external procurement system
• Advantages
– Master data already in Oracle
– Leverage existing process to maintain
Issue: Purchasing Sites
• Our Oracle Supplier Master Had No Purchasing
Sites
– Had only needed Pay, or remit-to, sites before P2P
• Solution
– For implementation: Add Purchasing sites to Oracle
for suppliers  Big Effort
– Post-implementation: Enhance the supplier creation
process to include capture & entry of Purchasing
sites for Ariba POs
Points to Ponder: Suppliers
• Consider Impact of Disabling a Supplier or Site
When Designing Your P2P Integration
• How Will the Disabling or End-Dating of a
Supplier or Site in Oracle Affect:
– Ability to enter new requisitions, POs, or invoices in
the external procurement system?
– Any existing transactions in the procurement
system?
– Ability to retrieve historical transactions in the
procurement system?
Location Master Data
• Existing Oracle Locations Master is Data Source
for New Procurement System
• One Bill-To Address for an Operating Unit (OU)
Based on the OU‟s Default Financial Options
• Each OU Can Have Multiple Ship-To Locations
• Advantages
– Some master data already existed in Oracle
– Leverage existing process to maintain
Default Bill-To Location
Issues: Ship-To Addresses
• How to Identify & Control Ship-To Locations?
– Many Ship-To Locations Were Not in Oracle
– EBS Locations form restricts changes on Shipping
Details tab if Inventory or Purchasing not installed
– Solution: Maintain a custom mapping table for valid
ship-to locations for each OU
Location Example
Issue: Locations vs. Sites
• Original Integration Used Oracle‟s Location ID &
Supplier Site ID as Unique Identifiers
– Procurement system stores locations & supplier sites
in same Addresses table with different usage types
– ID values not unique between Oracle supplier site IDs
and Oracle location IDs!
• Solution
– Modify Locations interface to append a prefix
– Example: Location ID 12345 sent to Ariba as
LOC12345
Chart of Accounts Master
• Oracle Chart of Accounts (COA) Code Combs &
Segment Values Sent to Procurement System
– Exclude parent account-level natural account values
– Exclude end-dated or disabled COA combinations
and segment value
• Advantages
– COA already existed in Oracle
– Leverage existing process to maintain
– Intercompany segment facilitates allocations across
multiple companies (balancing segments)
Points to Ponder: Chart of Accts
• Identify Restrictions on Account Segment Values
or Combinations for Purchases
• Consider Impact of Disabling an Account
Segment Value or Combination
– Will open procurement system transactions have
errors if coded with segment values or combinations
subsequently disabled in Oracle?
– How frequently will OK2Pay invoices be rejected by
Oracle EBS upon import if they include an account
code combination recently disabled in Oracle?
Invoice Transactions
• Entered & Approved in Procurement System
– Most invoices just need to be acknowledged by the
requisitioner [no receiving transaction]
– Certain purchases require a receiving transaction
[expense-type of PO; no inventory receipt]
• Accounted & Paid in Oracle Payables
– OK2Pay: Transfer of approved invoices to Oracle
– Imported via Oracle‟s seeded invoice interface tables
& program
Four-Step Process
• Step 1: Pull OK2Pay Invoice File from Ariba
– Custom Oracle concurrent program
• Step 2: Load OK2Pay Invoices onto Staging
– Custom Oracle concurrent program & staging tables
• Step 3: Load from Staging to Interface & Run AP
Import(s)
– Controlled by custom concurrent program
– Custom program errors if system date does not fall in
open AP period
– Loads seeded Oracle Payables Open Interface tables
Four-Step Process (continued)
• Step 3 (continued)
– Invoices grouped by AP operating unit (OU) [org ID]
– Spawns one seeded AP Import request per OU
[“Payables Open Interface Import” program]
– Batch names include system date and group ID to
ensure uniqueness
– Errors if system date does not fall in open AP period
• Step 4: Place Special Holds
– Custom Oracle concurrent program
– Future: Also validate imported batches
Payables Open Interface Tables
• AP_INVOICES_INTERFACE
– Where OK2Pay invoice headers are loaded
• AP_INVOICE_LINES_INTERFACE
– Where OK2Pay invoice lines are loaded
– Includes account code combinations
• AP_INTERFACE_REJECTIONS
– Holds rejection reason for invoices on the interface
table that was rejected by Oracle upon import
Payables Open Interface Forms
• AP_INVOICES_INTERFACE
• AP_INVOICE_LINES_INTERFACE
Rejection Reasons Encountered
• DUPLICATE INVOICE NUMBER
• NO TERMS INFO
• INVALID PAY METHOD
– If null, import pulls in the default pay method from the
invoice‟s supplier site
• INVALID SUPPLIER SITE
• INVALID DISTRIBUTION ACCT [line level]
• NO INVOICE LINES [line level]
• INVALID LINE TYPE LOOKUP [line level]
• INCONSISTENT OPERATING UNITS
Invoice Importing Tips
• Create a Unique Invoice Source
• Consider Loading First into Custom Staging
Tables
• Prepare E-mail Alerts or Reports to Summarize
Imported Invoice Batches
• Design an Error Handling Process for Rejected
Invoices
Alert Example for Imported Batches
Script for Imported Invoice Batches
Error Handling Considerations
• Who Decides How to Handle Rejected Invoices?
• Who Corrects through the Oracle Invoice
Interface Form?
• What Errors Should Be Corrected:
– Only on the Oracle interface table?
– In both the procurement system and on the
interface table?
• How Will Everyone Be Notified of Rejects?
Monitoring Rejected Invoices
• Leveraged Oracle Alert for Daily E-mail
Notifications
– SQL script for alert provided in white paper
– Lists all current rejects whether new or also in
previous business day‟s alert e-mail
• Something‟s Better Than Nothing
– Any notification tool [e-mail alert, event, report,
Discoverer query] is better than reviewing
Payables Open Interface Import Reports for rejects
Alert Example for Rejected Invoices
Script for Rejected Invoices
• Refer to white paper for complete script and
assumptions
Points to Ponder: PO Number
• Consider Storing PO # from External System in
DFF of Imported Invoice for Reference
– Cannot import external system‟s PO # into the
PO_NUMBER column of the invoice interface
Points to Ponder: Period-End
• Rejected Invoice Records at End of AP Period
Need to be “Manually Swept” to Next Period
– GL_DATE on AP_INVOICES_INTERFACE table:
– ACCOUNTING_DATE on AP_INVOICE_LINES_
INTERFACE table:
Points to Ponder: Tax Rates
• Importing Invoices with EBTax Tax Rates Can
Be Quite Confusing
– MOS doc 840262.1 is a must-read white paper:
Use Cases for Importing Tax Lines Through the
Payables Import Process
– Workaround: Compute taxes in procurement
system; import tax amounts on lines with line type
of ITEM and distributions for tax accounting but
no EBTax tax rate
Remittance Data
• Transfer of payment data from Oracle to
external procurement system for informational
purposes
– Oracle payment number [check number]
– Payment method
– Payment amount & currency
– Payment process request (PPR) name
– Payment status
Example: Oracle Payment
Example: Remittance Data in Ariba
Points to Ponder: Remittance Data
• Consider Voided Payments and Partial Payments
in Your P2P Integration Design
Overall P2P Considerations
• What Resources Will Be Needed to Maintain
Your Interfaces?
• How Will Future Upgrade Considerations Affect
Your Integration?
• Consider the Future Shutdown or Disabling of an
Operating Unit (OU) in Your Integration Design
Conclusion
• P2P is Possible Where Only the 2nd „P‟ is in EBS
– Integration of existing Oracle EBS system with a
new procurement system can be successful
• Thorough Design Analysis Required

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Mina Lotfy
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioAhmed Elshayeb
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementBoopathy CS
 
Procure 2 pay life cycle
Procure 2 pay life cycleProcure 2 pay life cycle
Procure 2 pay life cyclepratapbehera123
 
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
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionJade Global
 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteOlumide Idowu
 
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Boopathy CS
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flowravisagaram
 
Sales order approval process
Sales order approval  processSales order approval  process
Sales order approval processsandy51450
 
Intercompany transaction flows – inventory(EBS R12)
Intercompany transaction flows – inventory(EBS R12)Intercompany transaction flows – inventory(EBS R12)
Intercompany transaction flows – inventory(EBS R12)SHAHZAD M. SALEEM
 
Oracle Advanced Procurement Training@ERP OCEAN
Oracle Advanced Procurement Training@ERP OCEANOracle Advanced Procurement Training@ERP OCEAN
Oracle Advanced Procurement Training@ERP OCEANERP OCEAN Infotech Pvt Ltd
 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easyketulp
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersBoopathy CS
 

Was ist angesagt? (20)

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:
 
Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items Scenario
 
Oracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing TrainingOracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing Training
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order Management
 
Procure 2 pay life cycle
Procure 2 pay life cycleProcure 2 pay life cycle
Procure 2 pay life cycle
 
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...
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud Fusion
 
Oracle apps-technical-tutorial
Oracle apps-technical-tutorialOracle apps-technical-tutorial
Oracle apps-technical-tutorial
 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suite
 
Oracle Application Differences & Drop Ship Sales Orders
Oracle Application Differences & Drop Ship Sales OrdersOracle Application Differences & Drop Ship Sales Orders
Oracle Application Differences & Drop Ship Sales Orders
 
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
 
Oracle Inventory
Oracle InventoryOracle Inventory
Oracle Inventory
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flow
 
Sales order approval process
Sales order approval  processSales order approval  process
Sales order approval process
 
Intercompany transaction flows – inventory(EBS R12)
Intercompany transaction flows – inventory(EBS R12)Intercompany transaction flows – inventory(EBS R12)
Intercompany transaction flows – inventory(EBS R12)
 
Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12
 
Oracle Advanced Procurement Training@ERP OCEAN
Oracle Advanced Procurement Training@ERP OCEANOracle Advanced Procurement Training@ERP OCEAN
Oracle Advanced Procurement Training@ERP OCEAN
 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easy
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move Orders
 

Andere mochten auch

Taming Oracle EBS R12.x Accrual Reconciliation Load
Taming Oracle EBS R12.x Accrual Reconciliation LoadTaming Oracle EBS R12.x Accrual Reconciliation Load
Taming Oracle EBS R12.x Accrual Reconciliation LoadJoshua Johnson, MIS
 
Ariba Network Integration
Ariba Network IntegrationAriba Network Integration
Ariba Network IntegrationSAP Ariba
 
Procure-to-Pay Process Framework
Procure-to-Pay Process FrameworkProcure-to-Pay Process Framework
Procure-to-Pay Process FrameworkScottMadden, Inc.
 
P2P (Procurement to Pay)
P2P (Procurement to Pay) P2P (Procurement to Pay)
P2P (Procurement to Pay) Nikunj Jain
 
Order to cash with tables
Order to cash with tablesOrder to cash with tables
Order to cash with tablessharatit
 
Creating an efficient Procurement & P2P process
Creating an efficient Procurement & P2P processCreating an efficient Procurement & P2P process
Creating an efficient Procurement & P2P processxynergie Ltd
 
Introducing procure to pay
Introducing procure to payIntroducing procure to pay
Introducing procure to paysbcwebdev
 
AP – A Catalyst for P2P Transformation
AP – A Catalyst for P2P TransformationAP – A Catalyst for P2P Transformation
AP – A Catalyst for P2P TransformationTradeshift
 
Presentation: Moving toward the perfect order by automating your procure to p...
Presentation: Moving toward the perfect order by automating your procure to p...Presentation: Moving toward the perfect order by automating your procure to p...
Presentation: Moving toward the perfect order by automating your procure to p...Q Data USA, Inc.
 
Purchasing and Accounts Payable Future Relationship
Purchasing and Accounts Payable Future RelationshipPurchasing and Accounts Payable Future Relationship
Purchasing and Accounts Payable Future RelationshipBill Kohnen
 
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...SAP Ariba
 
Transform 2014: Trends in Procure to Pay
Transform 2014: Trends in Procure to PayTransform 2014: Trends in Procure to Pay
Transform 2014: Trends in Procure to PayKofax
 
E-Procurement: From Dream to Delivery for Buyers and Suppliers
E-Procurement: From Dream to Delivery for Buyers and SuppliersE-Procurement: From Dream to Delivery for Buyers and Suppliers
E-Procurement: From Dream to Delivery for Buyers and SuppliersSAP Ariba
 
Transforming your procure to pay process
Transforming your procure to pay processTransforming your procure to pay process
Transforming your procure to pay processLisa Wilberding
 
Oracle apps order-management
Oracle apps order-managementOracle apps order-management
Oracle apps order-managementswedin
 

Andere mochten auch (20)

Taming Oracle EBS R12.x Accrual Reconciliation Load
Taming Oracle EBS R12.x Accrual Reconciliation LoadTaming Oracle EBS R12.x Accrual Reconciliation Load
Taming Oracle EBS R12.x Accrual Reconciliation Load
 
Oracle AP Cycle
Oracle AP CycleOracle AP Cycle
Oracle AP Cycle
 
Ariba Network Integration
Ariba Network IntegrationAriba Network Integration
Ariba Network Integration
 
Procure-to-Pay Process Framework
Procure-to-Pay Process FrameworkProcure-to-Pay Process Framework
Procure-to-Pay Process Framework
 
P2P (Procurement to Pay)
P2P (Procurement to Pay) P2P (Procurement to Pay)
P2P (Procurement to Pay)
 
Om
OmOm
Om
 
Order to cash with tables
Order to cash with tablesOrder to cash with tables
Order to cash with tables
 
Creating an efficient Procurement & P2P process
Creating an efficient Procurement & P2P processCreating an efficient Procurement & P2P process
Creating an efficient Procurement & P2P process
 
107 day implementation of oracle ebs
107 day implementation of oracle ebs107 day implementation of oracle ebs
107 day implementation of oracle ebs
 
Introducing procure to pay
Introducing procure to payIntroducing procure to pay
Introducing procure to pay
 
AP – A Catalyst for P2P Transformation
AP – A Catalyst for P2P TransformationAP – A Catalyst for P2P Transformation
AP – A Catalyst for P2P Transformation
 
Procure to Pay
Procure to Pay Procure to Pay
Procure to Pay
 
Presentation: Moving toward the perfect order by automating your procure to p...
Presentation: Moving toward the perfect order by automating your procure to p...Presentation: Moving toward the perfect order by automating your procure to p...
Presentation: Moving toward the perfect order by automating your procure to p...
 
Purchasing and Accounts Payable Future Relationship
Purchasing and Accounts Payable Future RelationshipPurchasing and Accounts Payable Future Relationship
Purchasing and Accounts Payable Future Relationship
 
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...
Closing the Procure-to-Pay Loop: How AP Drives Strategic Savings and Complian...
 
Transform 2014: Trends in Procure to Pay
Transform 2014: Trends in Procure to PayTransform 2014: Trends in Procure to Pay
Transform 2014: Trends in Procure to Pay
 
Procure to pay cycle
Procure to pay cycleProcure to pay cycle
Procure to pay cycle
 
E-Procurement: From Dream to Delivery for Buyers and Suppliers
E-Procurement: From Dream to Delivery for Buyers and SuppliersE-Procurement: From Dream to Delivery for Buyers and Suppliers
E-Procurement: From Dream to Delivery for Buyers and Suppliers
 
Transforming your procure to pay process
Transforming your procure to pay processTransforming your procure to pay process
Transforming your procure to pay process
 
Oracle apps order-management
Oracle apps order-managementOracle apps order-management
Oracle apps order-management
 

Ähnlich wie Oracle EBS: P2P with EBS Payables and Non-EBS Procurement

Maximize your discounts in oracle payables
Maximize your discounts in oracle payablesMaximize your discounts in oracle payables
Maximize your discounts in oracle payablesPavan B
 
Aa imagine ny19_stant-040219_nb
Aa imagine ny19_stant-040219_nbAa imagine ny19_stant-040219_nb
Aa imagine ny19_stant-040219_nbTracy Gibson
 
Automation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere
 
Enabling Accounts Payable departments to add value and reduce cost using Orac...
Enabling Accounts Payable departments to add value and reduce cost using Orac...Enabling Accounts Payable departments to add value and reduce cost using Orac...
Enabling Accounts Payable departments to add value and reduce cost using Orac...bradleywstorts
 
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Alithya
 
Accounts payables with SharePoint and Nintex
Accounts payables with SharePoint and NintexAccounts payables with SharePoint and Nintex
Accounts payables with SharePoint and NintexActSolution
 
Merging Newly Acquired Companies into Oracle EBS
Merging Newly Acquired Companies into Oracle EBSMerging Newly Acquired Companies into Oracle EBS
Merging Newly Acquired Companies into Oracle EBSEmtec Inc.
 
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...Kofax
 
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITY
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITYMRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITY
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITYOpusCapita
 
Summarizing Our Knowledge of the ApplicationReports .docx
Summarizing Our Knowledge of the ApplicationReports .docxSummarizing Our Knowledge of the ApplicationReports .docx
Summarizing Our Knowledge of the ApplicationReports .docxpicklesvalery
 
Whats New In Sage 100 v2020
Whats New In Sage 100 v2020Whats New In Sage 100 v2020
Whats New In Sage 100 v2020RKLeSolutions
 
Managing Third-Party Royalties
Managing Third-Party RoyaltiesManaging Third-Party Royalties
Managing Third-Party RoyaltiesDonald Fernandes
 
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...Fishbowl Solutions
 
Automation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere
 

Ähnlich wie Oracle EBS: P2P with EBS Payables and Non-EBS Procurement (20)

AP and AR Positioning
AP and AR PositioningAP and AR Positioning
AP and AR Positioning
 
Maximize your discounts in oracle payables
Maximize your discounts in oracle payablesMaximize your discounts in oracle payables
Maximize your discounts in oracle payables
 
Aa imagine ny19_stant-040219_nb
Aa imagine ny19_stant-040219_nbAa imagine ny19_stant-040219_nb
Aa imagine ny19_stant-040219_nb
 
Automation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - Stant
 
P2P.ppt
P2P.pptP2P.ppt
P2P.ppt
 
One time payment requests in Oracle ERP Cloud
One time payment requests in Oracle ERP CloudOne time payment requests in Oracle ERP Cloud
One time payment requests in Oracle ERP Cloud
 
Enabling Accounts Payable departments to add value and reduce cost using Orac...
Enabling Accounts Payable departments to add value and reduce cost using Orac...Enabling Accounts Payable departments to add value and reduce cost using Orac...
Enabling Accounts Payable departments to add value and reduce cost using Orac...
 
EBTax Rules
EBTax RulesEBTax Rules
EBTax Rules
 
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
Simplify Complex Consolidations and Close Processes with Oracle Financial Con...
 
Accounts payables with SharePoint and Nintex
Accounts payables with SharePoint and NintexAccounts payables with SharePoint and Nintex
Accounts payables with SharePoint and Nintex
 
Merging Newly Acquired Companies into Oracle EBS
Merging Newly Acquired Companies into Oracle EBSMerging Newly Acquired Companies into Oracle EBS
Merging Newly Acquired Companies into Oracle EBS
 
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...
Transform 2014: Kofax TotalAgility™ Accounts Payable Automation – A Best-In-C...
 
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITY
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITYMRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITY
MRO PROCUREMENT: 3 KEYS TO MANAGING THE COMPLEXITY
 
Summarizing Our Knowledge of the ApplicationReports .docx
Summarizing Our Knowledge of the ApplicationReports .docxSummarizing Our Knowledge of the ApplicationReports .docx
Summarizing Our Knowledge of the ApplicationReports .docx
 
Whats New In Sage 100 v2020
Whats New In Sage 100 v2020Whats New In Sage 100 v2020
Whats New In Sage 100 v2020
 
EAA Oracle EBS Upgrade
EAA Oracle EBS UpgradeEAA Oracle EBS Upgrade
EAA Oracle EBS Upgrade
 
Managing Third-Party Royalties
Managing Third-Party RoyaltiesManaging Third-Party Royalties
Managing Third-Party Royalties
 
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...
Accelerate Your PeopleSoft Accounts Payable Process Into Overdrive with Oracl...
 
Franchise Accounting Software
Franchise Accounting SoftwareFranchise Accounting Software
Franchise Accounting Software
 
Automation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - StantAutomation Anywhere - Imagine New York 2019 - Stant
Automation Anywhere - Imagine New York 2019 - Stant
 

Kürzlich hochgeladen

HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdftbatkhuu1
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...noida100girls
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 

Kürzlich hochgeladen (20)

HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
Nepali Escort Girl Kakori \ 9548273370 Indian Call Girls Service Lucknow ₹,9517
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdf
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 

Oracle EBS: P2P with EBS Payables and Non-EBS Procurement

  • 1. Procure To Pay (P2P) When Only The Second 'P' Is Oracle E-Business Suite (EBS) Eric Guether eguether@gmail.com
  • 2. Introduction • About the Speaker – Worked with EBS [11i & R12 ] since 2001 as business systems manager and functional analyst – Presented at five previous OAUG COLLABORATE and predecessor conferences from 2004 to 2008
  • 3. Objectives • Identify Points to Consider When Integrating Oracle Payables with an External Procurement System – First „P‟ in P2P is an external system – Second „P‟ in P2P is existing Oracle EBS Payables • Discuss Invoice Import Issues • Show Examples of Business Activity Monitoring
  • 4. In Scope • E-Business Suite R12 Payables – Also relevant for EBS 11i Payables • Corporate Purchases – Services and Non-Inventory Goods • Key Interfaces – Master Data – AP Invoices – Remittance Data
  • 5. Out of Scope • Oracle Application Integration Architecture (AIA) – Topics still relevant when AIA or BPEL are used • Employee Master Data & Approval Hierarchies • Inventory Purchasing – PO receipts into Oracle Inventory
  • 6. Business Case: Before P2P • Corporate Org Had No Purchasing System – Centralized oversight of corp. spend was reactive – Exceptions often detected post-purchase • Invoices Entered Directly into Oracle Payables – No automated controls from 2-way / 3-way matching – Authorization for payment  signature on paper invoice
  • 7. Business Case: Solution • Implement a Procurement Process and System – New System: Ariba Spend Management – Punchout catalog buying and electronic invoicing enabled through Ariba Supplier Network (ASN) – Oracle Purchasing / iProcurement considered but not selected • Integrate New System with Existing Oracle Payables for P2P
  • 8. P2P Solution: Functional Overview Requisition Purchase Receive InvoiceMaster Data Account PayMaster Data Ariba Spend Mgmt. Oracle EBS R12 Operating Units Suppliers & Sites Locations Chart of Accounts PO to Supplier Payment to Supplier OK2Pay (Approved) Invoices Remittance Data
  • 10. Discussion Areas • Supplier Master Data • Location Master Data • Chart of Accounts (COA) Master Data • Invoice Transaction Transfer • Remittance Data Transfer
  • 11. Supplier Master Data • Existing Oracle Payables Supplier Master is Data Source for New Procurement System – New suppliers / sites added to Oracle, then interfaced to external procurement system – Changes to suppliers / sites made in Oracle, then interfaced to external procurement system • Advantages – Master data already in Oracle – Leverage existing process to maintain
  • 12. Issue: Purchasing Sites • Our Oracle Supplier Master Had No Purchasing Sites – Had only needed Pay, or remit-to, sites before P2P • Solution – For implementation: Add Purchasing sites to Oracle for suppliers  Big Effort – Post-implementation: Enhance the supplier creation process to include capture & entry of Purchasing sites for Ariba POs
  • 13. Points to Ponder: Suppliers • Consider Impact of Disabling a Supplier or Site When Designing Your P2P Integration • How Will the Disabling or End-Dating of a Supplier or Site in Oracle Affect: – Ability to enter new requisitions, POs, or invoices in the external procurement system? – Any existing transactions in the procurement system? – Ability to retrieve historical transactions in the procurement system?
  • 14. Location Master Data • Existing Oracle Locations Master is Data Source for New Procurement System • One Bill-To Address for an Operating Unit (OU) Based on the OU‟s Default Financial Options • Each OU Can Have Multiple Ship-To Locations • Advantages – Some master data already existed in Oracle – Leverage existing process to maintain
  • 16. Issues: Ship-To Addresses • How to Identify & Control Ship-To Locations? – Many Ship-To Locations Were Not in Oracle – EBS Locations form restricts changes on Shipping Details tab if Inventory or Purchasing not installed – Solution: Maintain a custom mapping table for valid ship-to locations for each OU
  • 18. Issue: Locations vs. Sites • Original Integration Used Oracle‟s Location ID & Supplier Site ID as Unique Identifiers – Procurement system stores locations & supplier sites in same Addresses table with different usage types – ID values not unique between Oracle supplier site IDs and Oracle location IDs! • Solution – Modify Locations interface to append a prefix – Example: Location ID 12345 sent to Ariba as LOC12345
  • 19. Chart of Accounts Master • Oracle Chart of Accounts (COA) Code Combs & Segment Values Sent to Procurement System – Exclude parent account-level natural account values – Exclude end-dated or disabled COA combinations and segment value • Advantages – COA already existed in Oracle – Leverage existing process to maintain – Intercompany segment facilitates allocations across multiple companies (balancing segments)
  • 20. Points to Ponder: Chart of Accts • Identify Restrictions on Account Segment Values or Combinations for Purchases • Consider Impact of Disabling an Account Segment Value or Combination – Will open procurement system transactions have errors if coded with segment values or combinations subsequently disabled in Oracle? – How frequently will OK2Pay invoices be rejected by Oracle EBS upon import if they include an account code combination recently disabled in Oracle?
  • 21. Invoice Transactions • Entered & Approved in Procurement System – Most invoices just need to be acknowledged by the requisitioner [no receiving transaction] – Certain purchases require a receiving transaction [expense-type of PO; no inventory receipt] • Accounted & Paid in Oracle Payables – OK2Pay: Transfer of approved invoices to Oracle – Imported via Oracle‟s seeded invoice interface tables & program
  • 22. Four-Step Process • Step 1: Pull OK2Pay Invoice File from Ariba – Custom Oracle concurrent program • Step 2: Load OK2Pay Invoices onto Staging – Custom Oracle concurrent program & staging tables • Step 3: Load from Staging to Interface & Run AP Import(s) – Controlled by custom concurrent program – Custom program errors if system date does not fall in open AP period – Loads seeded Oracle Payables Open Interface tables
  • 23. Four-Step Process (continued) • Step 3 (continued) – Invoices grouped by AP operating unit (OU) [org ID] – Spawns one seeded AP Import request per OU [“Payables Open Interface Import” program] – Batch names include system date and group ID to ensure uniqueness – Errors if system date does not fall in open AP period • Step 4: Place Special Holds – Custom Oracle concurrent program – Future: Also validate imported batches
  • 24. Payables Open Interface Tables • AP_INVOICES_INTERFACE – Where OK2Pay invoice headers are loaded • AP_INVOICE_LINES_INTERFACE – Where OK2Pay invoice lines are loaded – Includes account code combinations • AP_INTERFACE_REJECTIONS – Holds rejection reason for invoices on the interface table that was rejected by Oracle upon import
  • 25. Payables Open Interface Forms • AP_INVOICES_INTERFACE • AP_INVOICE_LINES_INTERFACE
  • 26. Rejection Reasons Encountered • DUPLICATE INVOICE NUMBER • NO TERMS INFO • INVALID PAY METHOD – If null, import pulls in the default pay method from the invoice‟s supplier site • INVALID SUPPLIER SITE • INVALID DISTRIBUTION ACCT [line level] • NO INVOICE LINES [line level] • INVALID LINE TYPE LOOKUP [line level] • INCONSISTENT OPERATING UNITS
  • 27. Invoice Importing Tips • Create a Unique Invoice Source • Consider Loading First into Custom Staging Tables • Prepare E-mail Alerts or Reports to Summarize Imported Invoice Batches • Design an Error Handling Process for Rejected Invoices
  • 28. Alert Example for Imported Batches
  • 29. Script for Imported Invoice Batches
  • 30. Error Handling Considerations • Who Decides How to Handle Rejected Invoices? • Who Corrects through the Oracle Invoice Interface Form? • What Errors Should Be Corrected: – Only on the Oracle interface table? – In both the procurement system and on the interface table? • How Will Everyone Be Notified of Rejects?
  • 31. Monitoring Rejected Invoices • Leveraged Oracle Alert for Daily E-mail Notifications – SQL script for alert provided in white paper – Lists all current rejects whether new or also in previous business day‟s alert e-mail • Something‟s Better Than Nothing – Any notification tool [e-mail alert, event, report, Discoverer query] is better than reviewing Payables Open Interface Import Reports for rejects
  • 32. Alert Example for Rejected Invoices
  • 33. Script for Rejected Invoices • Refer to white paper for complete script and assumptions
  • 34. Points to Ponder: PO Number • Consider Storing PO # from External System in DFF of Imported Invoice for Reference – Cannot import external system‟s PO # into the PO_NUMBER column of the invoice interface
  • 35. Points to Ponder: Period-End • Rejected Invoice Records at End of AP Period Need to be “Manually Swept” to Next Period – GL_DATE on AP_INVOICES_INTERFACE table: – ACCOUNTING_DATE on AP_INVOICE_LINES_ INTERFACE table:
  • 36. Points to Ponder: Tax Rates • Importing Invoices with EBTax Tax Rates Can Be Quite Confusing – MOS doc 840262.1 is a must-read white paper: Use Cases for Importing Tax Lines Through the Payables Import Process – Workaround: Compute taxes in procurement system; import tax amounts on lines with line type of ITEM and distributions for tax accounting but no EBTax tax rate
  • 37. Remittance Data • Transfer of payment data from Oracle to external procurement system for informational purposes – Oracle payment number [check number] – Payment method – Payment amount & currency – Payment process request (PPR) name – Payment status
  • 40. Points to Ponder: Remittance Data • Consider Voided Payments and Partial Payments in Your P2P Integration Design
  • 41. Overall P2P Considerations • What Resources Will Be Needed to Maintain Your Interfaces? • How Will Future Upgrade Considerations Affect Your Integration? • Consider the Future Shutdown or Disabling of an Operating Unit (OU) in Your Integration Design
  • 42. Conclusion • P2P is Possible Where Only the 2nd „P‟ is in EBS – Integration of existing Oracle EBS system with a new procurement system can be successful • Thorough Design Analysis Required

Hinweis der Redaktion

  1. Restrictions on Shipping Details tab: Old MOS Bug 753516. MOS Doc 2499281.1. MOS Doc 308088.1. MOS Doc 1456463.1.
  2. Can also see “INVALID SUPPLIER”, “NOT PAY SITE”, and “INVALID PO NUM”