Vous êtes sur la page 1sur 56

2009 Oracle Corporation Proprietary and Confidential

Cost Management Advisor Webcast


2004 2011
Tues.,Day,
AugDate,
9, 2011,
time p.m. ET
11:00 am
ET / 9:00 am
MT / 8:00 am PT
Teleconference Access:

Upcoming Enterprise Asset Management


(EAM) Community Webcasts:
September 13, 2011: To Be Announced in Doc Id
1167580.1

North America: xxxx

North America:

(866) 627-3315

October 11, 2011: To Be Announced in Doc Id


1167580.1

International:

November 8, 2011: To Be Announced in Doc Id


1167580.1

International: xxxx
Password: Advisor

+1-706-758-7972
Doc Id: 1148600.1

For complete details on Cost Management Webcast Events,


please see Note 1167580.1.
For complete details on All Other upcoming Oracle Advisor
Webcast Events, please Note 398884.1.

Conf Id:
18538426 or Oracle CM

2009 Oracle Corporation Proprietary and Confidential

Do you have any requests for future Cost Management Advisor


Webcast Events? Please email your suggestions to
bonnie.adam@oracle.com, subject: Topics of Interest.
2

<Insert Picture Here>

COGS Workflow and Troubleshooting


Feedback/ Comments to:
Divya Sudhakaran divya.sudhakaran@oracle.com
Ramya Balasubramanian ramya.x.balasubramanian@oracle.com

Safe Harbor Statement


The following is intended to outline our general
product direction. It is intended for information
purposes only, and may not be incorporated into
any contract. It is not a commitment to deliver any
material, code, or functionality, and should not be
relied upon in making purchasing decision. The
development, release, and timing of any features
or functionality described for Oracles products
remains at the sole discretion of Oracle.

2010 Oracle Corporation Proprietary and Confidential

<Insert Picture Here>

COGS Workflow and Troubleshooting


Feedback/ Comments to:
Divya Sudhakaran divya.sudhakaran@oracle.com
Ramya Balasubramanian ramya.x.balasubramanian@oracle.com

AGENDA

Definitions
Principles
COGS Workflow and Dataflow
Troubleshooting
Diagnostics

DEFINITIONS
Revenue
The gross inflow of economic benefits (cash, receivables, other assets)
arising from the ordinary operating activities of an entity (such as sales
of goods, sales of services, interest, royalties, and dividends). [IAS 18.7]
Cost Of Goods Sold (COGS)
The amount determined by subtracting the value of the ending
merchandise inventory from the sum of the beginning merchandise
inventory and the net purchases for the fiscal period.
COGS = Opening Stock + Purchases + Direct Expenses
Closing Stock Stock Unused for trading
COGS= Sales Gross Profit

Matching Principle
All of the expenses incurred in generating revenue should be matched
with the revenue generated, period by period.
Account Receivable
A current asset representing money due for services performed or
merchandise sold on credit.

PRINCIPLES
US GAAP matching principle requires matching of revenues and
expenses in the period when they are earned and incurred.
IAS 18 requires that - Revenues and related expenses must be
matched. If future related expenses couldnt be measured
reliably, revenue recognition should be deferred.
Business Requirements to be considered
COGS and Revenue should be recognized in the same period.
If revenue or costs of sales recognition is deferred then corresponding cost of sales or
revenue should be deferred as well and recognized in the accounting period when the initial
deferral is recognized.

Revenue and COGS should be recognized proportionally.


Revenue may only be partially recognized due to partial acceptance. Only that portion of
COGS that corresponds to the recognized revenue should itself be recorded.

Revenue reversal should result in COGS reversal.


Revenue recognition can be undone (rolled back) in which case the COGS corresponding to
the portions of rolled-back revenue should be likewise credited.

ACCOUNTING for COGS in R11 and R12


Sales Order Issue transaction is created in MTL_MATERIAL_TRANSACTIONS
when Sales Order is Ship Confirmed.
In 11i, The accounting for

Sales Order Issue

Debit
COGS

Credit
Inventory

In R12, concept of Deferred COGS is introduced to support Revenue/COGS


Matching principle.

Sales Order Issue


COGS Recognition

Debit
DCOGS(36)
COGS(35)

Credit
Inventory (1)
DCOGS(36)

COGS, DCOGS WORKFLOW


Revenue / COGS Recognition Process Flow:1.Sales order has to be booked.
2.Pick Release the SO and Ship Confirm.
3.Sales order Issue.
4.Review Sales Order Issue transactions and Source and destination
transactions in the Material Transactions form.
5.Run the Workflow Background Process request.
6.Create the Invoice with the Auto invoice request.
7.Check the Invoice in AR.
8.Recognize the revenue in AR.
9.After recognizing the revenue, accept it.
10.Run the following 3 Programs from Cost Management SLA.
Record Order Management Transactions.
Collect Revenue Recognition Information.
Generate COGS Recognition

SETUP

DATAFLOW Sales Order Creation

Event type 1 in cst_cogs_events signifies sales order issue

If Revenue Recognition is not run, the account_set_flag in


table ra_cust_trx_line_gl_dist_all will be Y.
Once Revenue Recognition is run, It changes to N as below

Record Order Management Transactions

If the Sales order issue transactions/ RMA Return


transactions remain uncosted, then The Record Order
Management Transactions concurrent program can
be executed, which picks up these transactions and
inserts rows in Cogs events and Cogs Revenue
Matching Tables to enable remaining programs
(Collect Revenue Recognition Information and
Generate COGS Recognition) to complete.
This process is not mandatory if the transactions are
already costed.

COLLECT REVENUE RECOGNITION INFORMATION

Once Collect Revenue Recognition is run, a row gets


inserted in the cst_revenue_recognition_lines table
with potentiallly_unmatched_flag as Y

GENERATE COGS RECOGNITION EVENTS

Cst_cogs_events will have a event_type of 3 and


cogs_percentage of 1 which denotes COGS recognition
after the Generate COGS recognition program is run

The potentiallly_unmatched_flag in
cst_revenue_recognition_lines table becomes NULL

COGS Revenue Matching Report


COGS Revenue Matching Report shows the revenue
and COGS information of sales order that fall within
the user specified date range by sales order line.

Return Material Authorization(RMA)

When the goods are returned by the customer to the


supplier, then it is called as RMA Receipt.
With respect to COGS and DCOGS Accounting
Entries for RMA, there are 2 Scenarios which can be
explained as follows.

Scenario I:1) Create a Sales Order Line and Ship the line. Cost
the Sales Order issue transaction.
2) DO Revenue Recognition and run Collect Revenue
Recognition Information program.
3) Run Generate COGS Recognition Events program.
4) Do RMA against the Sales Order created in step-1.
5) Do RMA Receipt and cost this RMA also.
Here RMA will hit COGS and Inventory accounts and
COGS Recognition event will have the full Sales
Order line quantity.

Scenario II:1) Create a Sales Order Line and Ship the line. Cost
the Sales Order issue transaction.
2) DO Revenue Recognition and run Collect Revenue
Recognition Information program.
3) Create a RMA against the Sales Order created in
step-1 and do RMA Receipt and cost the transaction.
4) Now run Generate COGS Recognition events
program.
Here COGS Recognition event will have qty =
(salesorder line qty - RMA line qty) and RMA hits
Inventory and DCOGS Accounts.

Diagnostics COGSDIAG.SQL

How to Use COGSDIAG.sql


---------------------------------------Execute COGSDIAG.sql for any Sales Order you wish
to troubleshoot using 'Run Script' command (or) run
individual queries as per requirement.
The SQL returns rows for all tables related to COGS
Recognition from OM, AR, Inventory and Costing.
COGS Dataflow and Diagnostics [Video] (Doc ID
1307906.1)

Acknowledgements
Vamshikrishna Katakam -Cost Management
Development
NOTES:
867912.1 - COGS Workflow
COGS AND DCOGS RECOGNITION ACCOUNTING
USEFUL TIPS (Doc ID 1060202.1)
COGS/ Deferred COGS common problems (Doc ID
1314335.1)
Internal Troubleshooting Tips for Revenue
Recognition Unprocessed Transactions (Doc ID
562584.1)

To ask a question on the


phone line, select *1 on
your phone.

To ask a question online,


use the Q&A area.

Your question will be read


aloud in the order received.

Question can also be asked


on the Process
Manufacturing Community
50

Visit My Oracle Communities


Collaborate with a large network of your industry peers, support professionals, and Oracle
experts to exchange information, ask questions & get answers. Find out how your peers are
using Oracle technologies and services to better meet their support and business needs.

Exchange Knowledge

Resolve Issues

Gain Expertise

Visit the My Oracle Support


Community now!!
1.

Log into My Oracle Support.

2.

Select the Community tab.

3.

Select the Enter Here button.

4.

Select the Community Name


link under the E-Business
Suite section of the My
Communities Menu on the left
side of the window.

2009 Oracle Corporation Proprietary and Confidential

51

Cost Management Advisor Webcast


Calendar (Doc ID 1167580.1)

2009 Oracle Corporation Proprietary and Confidential

52

Receive Email Webcast Invites


Would you like to receive email invites for
future Advisor Webcasts?
Answer Yes to receive information the
next time you register for a live webcast or
webcast recording.

2009 Oracle Corporation Proprietary and Confidential

53

Advisor Webcast Assessment


Your feedback is a valuable part of ensuring the
Advisor Webcast program continues to meet
your needs.
Assist Oracle with the consistent delivery of
quality webcasts, and to help identify
opportunities for improvement.
Please take a moment to complete the Advisor
Webcast Assessment , which will be emailed to
you in the next week.
Your feedback is greatly appreciated.
You may also contact me directly at
bonnie.adam@oracle.com.

2009 Oracle Corporation Proprietary and Confidential

54

THANK YOU

2010 Oracle Corporation Proprietary and Confidential

55

56

56

Vous aimerez peut-être aussi