SlideShare a Scribd company logo
1 of 41
Oracle E-Business Suite: Coping with EBS Intercompany Invoicing Eric Guether eguether@gmail.com
Objectives Explore intercompany (I/C) invoicing topics and issues not addressed in the Inventory User’s Guide Learn tips for coping with I/C invoicing in areas of: Reconciliation Scheduling G/L Dating Error Detection Valuation 2
Presentation Scope In Scope Shipments to fulfill customer sales orders   Loosely referred to as “internal drop shipments” Simple pricing of I/C invoices from price lists EBS 11i functionality; applicable to Release 12 Out of Scope Step-by-step configuration Internal Sales Order / Internal Req-specific scenarios Global Purchase Agreement-specific scenarios “External” Drop Shipments  (EBS SO spawns a PO) Advanced Pricing to value intercompany invoices 3
Intercompany Invoicing Overview Standard functionality in EBS 11i and R12 Produces intercompany invoices for “internal” drop shipments when SOs are sourced across operating units (OUs): SO entered in a selling (OU) Shipment for SO is sourced from an org linked to a different OU, the shipping OU I/C Receivables (A/R) invoice in the shipping OU Bill an internal customer, the selling OU I/C Payables (A/P) invoice in the selling OU Pay an internal supplier, the shipping OU 4
Classic Intercompany Invoicing Flow Note: Child not created until Parent record has been Transacted and Costed 5
Typical Accounting for Classic I/C Invoicing 6
Intercompany Relation 7
Reconciliation How do you ensure the completeness of all intercompany Payables invoices? Each I/C Receivable should have matching I/C Payable No reconciliation report provided in Oracle EBS 8
Reconciliation: Discoverer Worksheet 9
Tip # 1: Discoverer Worksheet  Create a custom Discoverer worksheet for every existing intercompany relation Use a custom SQL script to query I/C A/R invoices and any matching I/C A/P invoices Sample script provided in white paper on My Oracle Support site or upon e-mail request 10
Intercompany A/P Invoice Numbering Prior to release 11.5.9, the I/C A/P invoice # equaled the I/C A/R invoice # Starting in 11.5.9, the A/P invoice # has a suffix (dash + shipping OU’s org ID) to ensure uniqueness Example: I/C A/P invoice # 47391-32 created to match I/C A/R invoice # 47391 The SQL script provided in the white paper can accommodate matching to A/P invoice #s with or without the suffix 11
I/C Invoicing Concurrent Programs Four separate concurrent programs must run to produce I/C A/R and A/P invoices: “Create Intercompany AR Invoices” in the INV module “Autoinvoice Master Program” for Intercompany source in the Receivables module “Create Intercompany AP Invoices” in the INV module “Expense Report Import” for Intercompany source in the Payables module The 2nd, 3rd & 4th programs are dependent on predecessor 12
Tip # 2: Daily Scheduling Don’t wait until month-end to generate a whole month’s worth of intercompany invoices! Schedule the four concurrent programs to run daily Reason:  Errors can be detected & resolved more quickly through frequent scheduling 13
Example of Daily Scheduling List 14
Tip # 3: Meaningful Description Use meaningful Header Description values when submitting the “Create Intercompany AR Invoices” or “Create Intercompany AP Invoices” programs Reason:  Parameter value becomes the invoice description 15
Header Description Parameter  16
Description on Imported Invoice 17
Error Detection Request status does not necessarily indicate whether errors occurred with some records For 3 of the 4 concurrent programs (except “Create Intercompany AR Invoices”), the request status will be Normal even if the output or log file indicates some records were rejected Do not just monitor at month-end! Reason:  Daily scheduling won’t minimize issues at month-end if monitoring is only done at month-end People should be responsible for periodic monitoring errors with these scheduled requests 18
Typical Detection Methods “Create Intercompany AR Invoices” Warning request status indicates transaction errors User must review the log file to identify error messages “Autoinvoice Master Program” Request status will be Normal even if records error out Review the output file of spawned Autoinvoice Import Program request for rejected record count Error records can be monitored by querying the RA_INTERFACE_ERRORS_ALL table I/C autoinvoice errors are not so common 19
Log File from Warning Request 20
Typical Detection Methods [continued] “Create Intercompany AP Invoices” Request status will be Normal even if records error out User must review the log file to identify error messages Contains separate counts for records selected, processed, and rejected “Expense Report Import” Request status will be Normal even if records error out User must review the output file to detect errors in the Exceptions Report section 21
Tip # 4: Alert for Warning Requests Create an Oracle Alert to detect “Create Intercompany AR Invoices” requests that ended with a Warning status Sample alert script provided in white paper available upon e-mail request Common reason for Warning: Missing transfer price For example, log file will indicate “APP-INV-05706: Warning: Cannot retrieve transfer price for the item LASER123.  Warning: Cannot create invoice line” 22
Example of Oracle Alert E-Mail 23
Scheduling Issue: Unique Batch Issue in EBS prior to release 11.5.8 Payables invoice batch names must be unique within an operating unit if batch control is enabled Bug 2366334:  If an “Expense Report Import” request is scheduled to run repeatedly, each submission will have the same batch name parameter value (won’t be unique) A/P batch from 1st request run will be created Subsequent runs will fail, because they will attempt to create the same batch name Resolved in release 11.5.8 and patch 3114322; request concatenates the batch_id to batch name 24
G/L Dating Issue: Payables Options Setting GL Date Basis to System Date is appropriate for trade payables but not for intercompany payables Would cause some I/C A/P invoices to have G/L dates different from their corresponding I/C A/R invoices Could push an I/C A/P invoice’s G/L date into another G/L period If GL Date Basis for I/C A/P invoices were set to Invoice Date, then their G/L Date would always match the G/L Date of their I/C A/R Invoice I/C A/P Invoice’s G/L Date = I/C A/P Invoice’s Invoice Date = I/C A/R Invoice’s Invoice Date = I/C A/R Invoice’s G/L Date 25
G/L Date Basis Option in Selling OU 26
No Solution Offered in EBS Neither EBS 11i or R12 offer a way to vary the GL Date Basis of A/P invoices based on source type  [Intercompany vs. non-Intercompany] Issue raised in numerous Oracle Support bugs Bug 2359320 – INCIAP INTERCOMPANY INVOICING PICKING UP WRONG DATE Bug 3104204 – AP INTERCOMPANY INVOICES HAVE A DIFFERENT GL DATE FROM AR INVOICES 27
Unofficial Tip: Custom Triggers Keep the GL Date Basis set to System Date in the selling OU if desired for trade payables Add custom triggers to two Payables tables to override the A/P invoice’s G/L date [only for intercompany invoices!], inserting its invoice date value: AP_INVOICES_ALL AP_INVOICE_DISTRIBUTIONS_ALL Custom triggers guarantee that the G/L dates of I/C A/P and A/R invoices match Add triggers at your own risk! 28
Example of Custom Trigger for One Table 29
Payments Oracle EBS 11i offers no automation: For corporate netting of I/C A/R and A/P invoices To apply cash collections to I/C receivables when a payment is recorded against I/C A/P invoices One intercompany cash collection could be for hundreds or thousands of I/C A/R invoices depending on shipping volumes 30
Valuation Two methods for valuing intercompany invoices: Static price list in Order Mgmt. module Advanced Pricing engine rules for more complexity Static price list for an internal customer is defined within the customer’s bill-to location 31
Price List Chosen for Customer Site 32
Transfer Price List 33
Basis for Selecting a Transfer Price The “Create Intercompany AR Invoices” request selects a transfer price based on which price is effective as of the system date Request run system date = I/C A/R inv. creation date The G/L date of the I/C invoice has no bearing on the transfer price selection 34
Example of Transfer Price Selection I/C A/R invoice for item LASER123 G/L date: 01-APR-2007 Invoice date: 01-APR-2007 If this I/C A/R invoice were created on: 01-APR-2007, it would be valued at the $1,320 price 05-APR-2007, it would be valued at the $1,100 price Issue: Some companies want the invoice to be priced at the new price ($1,100) based on the G/L date regardless of the invoice creation date 35
Potential Valuation Issue Dilemma:  How do you ensure that intercompany invoices with G/L date in: March 2007 are valued at the old transfer prices? April 2007 are be valued at the new prices? 36
Tip # 5: Control the Valuation Cutoff Use the Cost Cutoff Date (CCD) functionality in EBS Inventory to indirectly control the I/C invoice valuation cutoff Introduced in EBS release 11.5.7 Controlled by one simple Inventory parameter date Defers the costing of any MTL transactions in the org with G/L date on or after the cost cutoff date value 37
Inventory Org Parameter: Cost Cutoff Date  38
CCD Impact on I/C Invoice Valuation Set CCD to 01-APR-2007 to defer the costing of April-dated shipments until perhaps April 6th I/C invoices for April-dated shipments will not be created & valued so long as their ‘Sales Order Issue’ shipment transactions remain uncosted The cost cutoff date indirectly defers I/C A/R invoice creation through the Parent-Child dependency Deferring the I/C invoice creation also postpones the transfer price selection 39
Cost Cutoff Date Impact on a SO Issue 40
Additional Resources I/C Invoicing for Internal Reqs / Internal Orders:  Han Kolbe presentation [2006 NorCal OAUG Seminar on Intercompany Transactions] COGS Account Generator for I/C Payables:  John Peters presentation [2006 NorCal OAUG Seminar on Intercompany Transactions] “Overview of Intercompany Invoicing” Oracle white paper by Sharma Manda[Oracle Support doc # 336129.1] “Internal Drop-Shipping: Multi-Org Inter-company Invoicing in 11.5.10” by David S. McCurry  [OAUG COL’06 white paper presentation] “Multiple Organizations in Oracle Applications” Oracle white paper, Appendix B – “Using The Account Generator to Generate the Intercompany COGS Account”  [Oracle Support doc # 226456.1] “11i Cost Cutoff Date to Retroactively Cost Transactions” by Eric Guether [NorCal OAUG 2007 Training Day presentation and Oracle Support doc # 432515.1 ] 41

More Related Content

What's hot

Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideAhmed Elshayeb
 
How to auto create trip in oracle order management
How to auto create trip in oracle order managementHow to auto create trip in oracle order management
How to auto create trip in oracle order managementshravan kumar chelika
 
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
 
EBS-OPM Costing.docx
EBS-OPM Costing.docxEBS-OPM Costing.docx
EBS-OPM Costing.docxMina Lotfy
 
Drop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsDrop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsBizinsight Consulting Inc
 
O2 c and p2p cycles
O2 c and p2p cyclesO2 c and p2p cycles
O2 c and p2p cyclesgsriramsunil
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersBoopathy CS
 
Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EngineAh_Ismail
 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsAhmed Elshayeb
 
Oracle R12 Work In Process
Oracle R12 Work In ProcessOracle R12 Work In Process
Oracle R12 Work In ProcessPritesh Mogane
 
Oracle Payables R12 ivas
Oracle Payables R12 ivasOracle Payables R12 ivas
Oracle Payables R12 ivasAli Ibrahim
 
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
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioAhmed 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
 
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
 
Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12G Madhusudhan
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionAhmed Elshayeb
 

What's hot (20)

Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
 
How to auto create trip in oracle order management
How to auto create trip in oracle order managementHow to auto create trip in oracle order management
How to auto create trip in oracle order management
 
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
 
EBS-OPM Costing.docx
EBS-OPM Costing.docxEBS-OPM Costing.docx
EBS-OPM Costing.docx
 
Drop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsDrop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating Units
 
O2 c and p2p cycles
O2 c and p2p cyclesO2 c and p2p cycles
O2 c and p2p cycles
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move Orders
 
Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management Engine
 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup Steps
 
Oracle R12 Work In Process
Oracle R12 Work In ProcessOracle R12 Work In Process
Oracle R12 Work In Process
 
Oracle Payables R12 ivas
Oracle Payables R12 ivasOracle Payables R12 ivas
Oracle Payables R12 ivas
 
Oracle i procurement
Oracle i procurementOracle i procurement
Oracle i procurement
 
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
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items Scenario
 
Discrete Job Closure Process
Discrete Job Closure ProcessDiscrete Job Closure Process
Discrete Job Closure Process
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud Fusion
 
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...
 
Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
Basics of Oracle Order Management
Basics of Oracle Order ManagementBasics of Oracle Order Management
Basics of Oracle Order Management
 

Viewers also liked

Oracle intercompany financials
Oracle intercompany financialsOracle intercompany financials
Oracle intercompany financialsVenkatesh Gurusamy
 
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.AGIS Setup White Paper from Oracle with Screen Shots and Explanation.
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.Raman Nallamilli
 
Intercompany process 8 stages powerpoint templates 0712
Intercompany process 8 stages powerpoint templates 0712Intercompany process 8 stages powerpoint templates 0712
Intercompany process 8 stages powerpoint templates 0712SlideTeam.net
 
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP Financials
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP FinancialsOvercoming the Top 7 Intercompany Accounting Challenges in SAP ERP Financials
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP FinancialsSAPinsider Events
 
Inter Company Billing in SAP -Basics
Inter Company Billing in SAP -BasicsInter Company Billing in SAP -Basics
Inter Company Billing in SAP -BasicsMangesh Ambardekar
 
InterCompany for Sap Business One - Product Brochure - English
InterCompany for Sap Business One - Product Brochure - EnglishInterCompany for Sap Business One - Product Brochure - English
InterCompany for Sap Business One - Product Brochure - EnglishCitiXsys Technologies
 
Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Muhammad Mansoor Ali
 
Intercompany transactions
Intercompany transactionsIntercompany transactions
Intercompany transactionsVikram Reddy
 
Informatics
Informatics Informatics
Informatics ansalapi
 
Create accounting view_output
Create accounting view_outputCreate accounting view_output
Create accounting view_outputansalapi
 
Debugging accounting r12
Debugging accounting r12Debugging accounting r12
Debugging accounting r12Suresh Mishra
 
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
 
BlackLine-Benefits-Overview
BlackLine-Benefits-OverviewBlackLine-Benefits-Overview
BlackLine-Benefits-OverviewTrevor Sawyer
 
veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)aioughydchapter
 
BlackLine Platform Overview Slides
BlackLine Platform Overview SlidesBlackLine Platform Overview Slides
BlackLine Platform Overview SlidesOsten Taylor
 
L10 entering data using data grids
L10 entering data using data gridsL10 entering data using data grids
L10 entering data using data gridsNaresh Kumar SAHU
 
How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory Bizinsight Consulting Inc
 

Viewers also liked (20)

Oracle intercompany financials
Oracle intercompany financialsOracle intercompany financials
Oracle intercompany financials
 
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.AGIS Setup White Paper from Oracle with Screen Shots and Explanation.
AGIS Setup White Paper from Oracle with Screen Shots and Explanation.
 
Intercompany process 8 stages powerpoint templates 0712
Intercompany process 8 stages powerpoint templates 0712Intercompany process 8 stages powerpoint templates 0712
Intercompany process 8 stages powerpoint templates 0712
 
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP Financials
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP FinancialsOvercoming the Top 7 Intercompany Accounting Challenges in SAP ERP Financials
Overcoming the Top 7 Intercompany Accounting Challenges in SAP ERP Financials
 
Inter Company Billing in SAP -Basics
Inter Company Billing in SAP -BasicsInter Company Billing in SAP -Basics
Inter Company Billing in SAP -Basics
 
Intercompany config
Intercompany configIntercompany config
Intercompany config
 
App b intercompanytrans
App b intercompanytransApp b intercompanytrans
App b intercompanytrans
 
InterCompany for Sap Business One - Product Brochure - English
InterCompany for Sap Business One - Product Brochure - EnglishInterCompany for Sap Business One - Product Brochure - English
InterCompany for Sap Business One - Product Brochure - English
 
Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.
 
Intercompany transactions
Intercompany transactionsIntercompany transactions
Intercompany transactions
 
Informatics
Informatics Informatics
Informatics
 
Create accounting view_output
Create accounting view_outputCreate accounting view_output
Create accounting view_output
 
Debugging accounting r12
Debugging accounting r12Debugging accounting r12
Debugging accounting r12
 
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
 
BlackLine-Benefits-Overview
BlackLine-Benefits-OverviewBlackLine-Benefits-Overview
BlackLine-Benefits-Overview
 
veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)
 
BlackLine Platform Overview Slides
BlackLine Platform Overview SlidesBlackLine Platform Overview Slides
BlackLine Platform Overview Slides
 
L10 entering data using data grids
L10 entering data using data gridsL10 entering data using data grids
L10 entering data using data grids
 
How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory
 
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
 

Similar to Oracle EBS: Tips for Coping with Intercompany Invoicing

Managing Third-Party Royalties
Managing Third-Party RoyaltiesManaging Third-Party Royalties
Managing Third-Party RoyaltiesDonald Fernandes
 
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...Sanjay Kumar PMP
 
SAP FICO Interview questions
SAP FICO Interview questionsSAP FICO Interview questions
SAP FICO Interview questionsIT LearnMore
 
Omnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfOmnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfAmitKumarbishoyi2
 
Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Vinnie Tangsirikusolwong
 
Oracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integrationOracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integrationBaker Khader Abdallah, PMP
 
Sap fi interview question
Sap fi interview questionSap fi interview question
Sap fi interview questionsjoshi1
 
MWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMark White
 
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...eprentise
 
F.19 gr ir regrouping
F.19   gr ir regroupingF.19   gr ir regrouping
F.19 gr ir regroupingFarooq Wangde
 
Accounts receivable process
Accounts receivable processAccounts receivable process
Accounts receivable processSachinh08
 
Chapter 8 the six column work sheet
Chapter 8 the six column work sheetChapter 8 the six column work sheet
Chapter 8 the six column work sheetIva Walton
 
Important Interview questions in SAP CO
Important Interview questions in SAP COImportant Interview questions in SAP CO
Important Interview questions in SAP COMuhammad Umer Farooq
 
Important Interview question in SAP CO
Important Interview question in SAP COImportant Interview question in SAP CO
Important Interview question in SAP COMuhammad Umer Farooq
 
Co interview questions and asnwers.
Co interview questions and asnwers.Co interview questions and asnwers.
Co interview questions and asnwers.Rajeev Kumar
 

Similar to Oracle EBS: Tips for Coping with Intercompany Invoicing (20)

Managing Third-Party Royalties
Managing Third-Party RoyaltiesManaging Third-Party Royalties
Managing Third-Party Royalties
 
SAP Treasury
SAP TreasurySAP Treasury
SAP Treasury
 
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...
SAP S/4 Simple Finance Implementation Strategy: Central Finance Deployment Op...
 
SAP FICO Interview questions
SAP FICO Interview questionsSAP FICO Interview questions
SAP FICO Interview questions
 
Omnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfOmnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdf
 
Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University
 
Oracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integrationOracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integration
 
D kandampalayam shanmugam_ppt_1
D kandampalayam shanmugam_ppt_1D kandampalayam shanmugam_ppt_1
D kandampalayam shanmugam_ppt_1
 
ACCRUAL ENGINE.docx
ACCRUAL ENGINE.docxACCRUAL ENGINE.docx
ACCRUAL ENGINE.docx
 
AR Process in Detail
AR Process in DetailAR Process in Detail
AR Process in Detail
 
Sap fi interview question
Sap fi interview questionSap fi interview question
Sap fi interview question
 
MWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearningsMWR12GlobalReleaseLearnings
MWR12GlobalReleaseLearnings
 
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...
Your AP Data is Telling You Something: Five Analytics to Identify Duplicate P...
 
F.19 gr ir regrouping
F.19   gr ir regroupingF.19   gr ir regrouping
F.19 gr ir regrouping
 
Accounts receivable process
Accounts receivable processAccounts receivable process
Accounts receivable process
 
Chapter 8 the six column work sheet
Chapter 8 the six column work sheetChapter 8 the six column work sheet
Chapter 8 the six column work sheet
 
Important Interview questions in SAP CO
Important Interview questions in SAP COImportant Interview questions in SAP CO
Important Interview questions in SAP CO
 
Important Interview question in SAP CO
Important Interview question in SAP COImportant Interview question in SAP CO
Important Interview question in SAP CO
 
Sap quest
Sap questSap quest
Sap quest
 
Co interview questions and asnwers.
Co interview questions and asnwers.Co interview questions and asnwers.
Co interview questions and asnwers.
 

Recently uploaded

Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
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
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfAmzadHosen3
 
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
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
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
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 
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
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 

Recently uploaded (20)

Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
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
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
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
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
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
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
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) 👒
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 

Oracle EBS: Tips for Coping with Intercompany Invoicing

  • 1. Oracle E-Business Suite: Coping with EBS Intercompany Invoicing Eric Guether eguether@gmail.com
  • 2. Objectives Explore intercompany (I/C) invoicing topics and issues not addressed in the Inventory User’s Guide Learn tips for coping with I/C invoicing in areas of: Reconciliation Scheduling G/L Dating Error Detection Valuation 2
  • 3. Presentation Scope In Scope Shipments to fulfill customer sales orders Loosely referred to as “internal drop shipments” Simple pricing of I/C invoices from price lists EBS 11i functionality; applicable to Release 12 Out of Scope Step-by-step configuration Internal Sales Order / Internal Req-specific scenarios Global Purchase Agreement-specific scenarios “External” Drop Shipments (EBS SO spawns a PO) Advanced Pricing to value intercompany invoices 3
  • 4. Intercompany Invoicing Overview Standard functionality in EBS 11i and R12 Produces intercompany invoices for “internal” drop shipments when SOs are sourced across operating units (OUs): SO entered in a selling (OU) Shipment for SO is sourced from an org linked to a different OU, the shipping OU I/C Receivables (A/R) invoice in the shipping OU Bill an internal customer, the selling OU I/C Payables (A/P) invoice in the selling OU Pay an internal supplier, the shipping OU 4
  • 5. Classic Intercompany Invoicing Flow Note: Child not created until Parent record has been Transacted and Costed 5
  • 6. Typical Accounting for Classic I/C Invoicing 6
  • 8. Reconciliation How do you ensure the completeness of all intercompany Payables invoices? Each I/C Receivable should have matching I/C Payable No reconciliation report provided in Oracle EBS 8
  • 10. Tip # 1: Discoverer Worksheet Create a custom Discoverer worksheet for every existing intercompany relation Use a custom SQL script to query I/C A/R invoices and any matching I/C A/P invoices Sample script provided in white paper on My Oracle Support site or upon e-mail request 10
  • 11. Intercompany A/P Invoice Numbering Prior to release 11.5.9, the I/C A/P invoice # equaled the I/C A/R invoice # Starting in 11.5.9, the A/P invoice # has a suffix (dash + shipping OU’s org ID) to ensure uniqueness Example: I/C A/P invoice # 47391-32 created to match I/C A/R invoice # 47391 The SQL script provided in the white paper can accommodate matching to A/P invoice #s with or without the suffix 11
  • 12. I/C Invoicing Concurrent Programs Four separate concurrent programs must run to produce I/C A/R and A/P invoices: “Create Intercompany AR Invoices” in the INV module “Autoinvoice Master Program” for Intercompany source in the Receivables module “Create Intercompany AP Invoices” in the INV module “Expense Report Import” for Intercompany source in the Payables module The 2nd, 3rd & 4th programs are dependent on predecessor 12
  • 13. Tip # 2: Daily Scheduling Don’t wait until month-end to generate a whole month’s worth of intercompany invoices! Schedule the four concurrent programs to run daily Reason: Errors can be detected & resolved more quickly through frequent scheduling 13
  • 14. Example of Daily Scheduling List 14
  • 15. Tip # 3: Meaningful Description Use meaningful Header Description values when submitting the “Create Intercompany AR Invoices” or “Create Intercompany AP Invoices” programs Reason: Parameter value becomes the invoice description 15
  • 18. Error Detection Request status does not necessarily indicate whether errors occurred with some records For 3 of the 4 concurrent programs (except “Create Intercompany AR Invoices”), the request status will be Normal even if the output or log file indicates some records were rejected Do not just monitor at month-end! Reason: Daily scheduling won’t minimize issues at month-end if monitoring is only done at month-end People should be responsible for periodic monitoring errors with these scheduled requests 18
  • 19. Typical Detection Methods “Create Intercompany AR Invoices” Warning request status indicates transaction errors User must review the log file to identify error messages “Autoinvoice Master Program” Request status will be Normal even if records error out Review the output file of spawned Autoinvoice Import Program request for rejected record count Error records can be monitored by querying the RA_INTERFACE_ERRORS_ALL table I/C autoinvoice errors are not so common 19
  • 20. Log File from Warning Request 20
  • 21. Typical Detection Methods [continued] “Create Intercompany AP Invoices” Request status will be Normal even if records error out User must review the log file to identify error messages Contains separate counts for records selected, processed, and rejected “Expense Report Import” Request status will be Normal even if records error out User must review the output file to detect errors in the Exceptions Report section 21
  • 22. Tip # 4: Alert for Warning Requests Create an Oracle Alert to detect “Create Intercompany AR Invoices” requests that ended with a Warning status Sample alert script provided in white paper available upon e-mail request Common reason for Warning: Missing transfer price For example, log file will indicate “APP-INV-05706: Warning: Cannot retrieve transfer price for the item LASER123. Warning: Cannot create invoice line” 22
  • 23. Example of Oracle Alert E-Mail 23
  • 24. Scheduling Issue: Unique Batch Issue in EBS prior to release 11.5.8 Payables invoice batch names must be unique within an operating unit if batch control is enabled Bug 2366334: If an “Expense Report Import” request is scheduled to run repeatedly, each submission will have the same batch name parameter value (won’t be unique) A/P batch from 1st request run will be created Subsequent runs will fail, because they will attempt to create the same batch name Resolved in release 11.5.8 and patch 3114322; request concatenates the batch_id to batch name 24
  • 25. G/L Dating Issue: Payables Options Setting GL Date Basis to System Date is appropriate for trade payables but not for intercompany payables Would cause some I/C A/P invoices to have G/L dates different from their corresponding I/C A/R invoices Could push an I/C A/P invoice’s G/L date into another G/L period If GL Date Basis for I/C A/P invoices were set to Invoice Date, then their G/L Date would always match the G/L Date of their I/C A/R Invoice I/C A/P Invoice’s G/L Date = I/C A/P Invoice’s Invoice Date = I/C A/R Invoice’s Invoice Date = I/C A/R Invoice’s G/L Date 25
  • 26. G/L Date Basis Option in Selling OU 26
  • 27. No Solution Offered in EBS Neither EBS 11i or R12 offer a way to vary the GL Date Basis of A/P invoices based on source type [Intercompany vs. non-Intercompany] Issue raised in numerous Oracle Support bugs Bug 2359320 – INCIAP INTERCOMPANY INVOICING PICKING UP WRONG DATE Bug 3104204 – AP INTERCOMPANY INVOICES HAVE A DIFFERENT GL DATE FROM AR INVOICES 27
  • 28. Unofficial Tip: Custom Triggers Keep the GL Date Basis set to System Date in the selling OU if desired for trade payables Add custom triggers to two Payables tables to override the A/P invoice’s G/L date [only for intercompany invoices!], inserting its invoice date value: AP_INVOICES_ALL AP_INVOICE_DISTRIBUTIONS_ALL Custom triggers guarantee that the G/L dates of I/C A/P and A/R invoices match Add triggers at your own risk! 28
  • 29. Example of Custom Trigger for One Table 29
  • 30. Payments Oracle EBS 11i offers no automation: For corporate netting of I/C A/R and A/P invoices To apply cash collections to I/C receivables when a payment is recorded against I/C A/P invoices One intercompany cash collection could be for hundreds or thousands of I/C A/R invoices depending on shipping volumes 30
  • 31. Valuation Two methods for valuing intercompany invoices: Static price list in Order Mgmt. module Advanced Pricing engine rules for more complexity Static price list for an internal customer is defined within the customer’s bill-to location 31
  • 32. Price List Chosen for Customer Site 32
  • 34. Basis for Selecting a Transfer Price The “Create Intercompany AR Invoices” request selects a transfer price based on which price is effective as of the system date Request run system date = I/C A/R inv. creation date The G/L date of the I/C invoice has no bearing on the transfer price selection 34
  • 35. Example of Transfer Price Selection I/C A/R invoice for item LASER123 G/L date: 01-APR-2007 Invoice date: 01-APR-2007 If this I/C A/R invoice were created on: 01-APR-2007, it would be valued at the $1,320 price 05-APR-2007, it would be valued at the $1,100 price Issue: Some companies want the invoice to be priced at the new price ($1,100) based on the G/L date regardless of the invoice creation date 35
  • 36. Potential Valuation Issue Dilemma: How do you ensure that intercompany invoices with G/L date in: March 2007 are valued at the old transfer prices? April 2007 are be valued at the new prices? 36
  • 37. Tip # 5: Control the Valuation Cutoff Use the Cost Cutoff Date (CCD) functionality in EBS Inventory to indirectly control the I/C invoice valuation cutoff Introduced in EBS release 11.5.7 Controlled by one simple Inventory parameter date Defers the costing of any MTL transactions in the org with G/L date on or after the cost cutoff date value 37
  • 38. Inventory Org Parameter: Cost Cutoff Date 38
  • 39. CCD Impact on I/C Invoice Valuation Set CCD to 01-APR-2007 to defer the costing of April-dated shipments until perhaps April 6th I/C invoices for April-dated shipments will not be created & valued so long as their ‘Sales Order Issue’ shipment transactions remain uncosted The cost cutoff date indirectly defers I/C A/R invoice creation through the Parent-Child dependency Deferring the I/C invoice creation also postpones the transfer price selection 39
  • 40. Cost Cutoff Date Impact on a SO Issue 40
  • 41. Additional Resources I/C Invoicing for Internal Reqs / Internal Orders: Han Kolbe presentation [2006 NorCal OAUG Seminar on Intercompany Transactions] COGS Account Generator for I/C Payables: John Peters presentation [2006 NorCal OAUG Seminar on Intercompany Transactions] “Overview of Intercompany Invoicing” Oracle white paper by Sharma Manda[Oracle Support doc # 336129.1] “Internal Drop-Shipping: Multi-Org Inter-company Invoicing in 11.5.10” by David S. McCurry [OAUG COL’06 white paper presentation] “Multiple Organizations in Oracle Applications” Oracle white paper, Appendix B – “Using The Account Generator to Generate the Intercompany COGS Account” [Oracle Support doc # 226456.1] “11i Cost Cutoff Date to Retroactively Cost Transactions” by Eric Guether [NorCal OAUG 2007 Training Day presentation and Oracle Support doc # 432515.1 ] 41