[go: up one dir, main page]

0% found this document useful (0 votes)
28 views3 pages

O2C Process

The document outlines the Order to Cash (O2C) process, detailing steps from entering a sales order to posting in the General Ledger. Key actions include booking orders, launching pick releases, confirming shipments, creating invoices, and transferring data to the GL. It specifies affected tables at each step, ensuring a comprehensive understanding of the workflow and data management involved.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

O2C Process

The document outlines the Order to Cash (O2C) process, detailing steps from entering a sales order to posting in the General Ledger. Key actions include booking orders, launching pick releases, confirming shipments, creating invoices, and transferring data to the GL. It specifies affected tables at each step, ensuring a comprehensive understanding of the workflow and data management involved.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

O2C process

-----------
1. Enter Sales order
--------------------
OM->Orders Returns->sales Orders
Enter customer details, ship to, bill to, order type

Lines Tab:
Enter items and Qty required
Save
Line is scheduleted automatically when the line item is saved.
Scheduling/unscheduling can be done manually by selecting schedule/unschedule
from actions menu.

you can check if the item to be ordred is available in the inv by clicking on
Availability button.

Tables Effected:

OE_ORDER_HEADERS_ALL will store header info


OE_ORDER_LINES_ALL will store lines info
FLOW_STATUS_CODE in Header and Line will be 'ENTERED'.

BOOK the Sales Orders


----------------------
Book the order by clicking on Book Order button.
Now the order is booked, the status on the header will change accordingly.

Tables Effected
OE_ORDER_HEADER_ALL.FLOW_STATUS_CODE = 'BOOKED'
OE_ORDER_LINES_ALL.FLOW_STATUS_CODE = 'AWAITING_SHIPPING'
WSH_DELIVITY_DETAILS a record will be created with RELEASED_STATUS = 'R' (Ready
to Release).
WSH_DELIVERY_ASSIGNMENTS a record will be inserted
DEMAND INTERFACE Program will run in backgroup and Inserts data into
MTL_DEMAND

LAUNCH PICK RELEASE


--------------------
Shipping > Release sales order -> Release Sales Orders
In Shipping Tab key in the below
Auto Create Delivery: yes
Auto Pick Confirm: Yes
Auto Pack Delivery: Yes

In Inventory tab:
Auto Allocate: Yes
Enter the warehouse
Click on Execute now

Pick release process in turn will kick off server other requests like
Pick Slip Report
Shipping Exception Report
Auto pack Report.

Tables Effected:
WSH_NEW_DELIVERIES
Delivery_id is populated in WSH_DELIVITY_ASSIGNMENTS
WSH_DELIVERY_DETAILS.RELEASED_STATUS = 'Y' (Pick Confirmed) if Auto pick
confirm is Y
otherwise RELEASED_STATUS is 'S' (Release to warehouse)

PICK CONFIRM THE Order


---------------------
IF Auto Pick Confirm in the above step is set to NO, then the flowwing should be
done.
Inventory Super user > move order > transact movr order

SHIP CONFIRM THE Order


---------------------
Order management Super user -> Shipping> Tranasctions
Query the order
Click on Delivery tab
Click on Ship confirm
After completion
The Status in Shipping tranasction screen will be closed.

This will kick off concurrent programs like


INTERFACE TRIP STOP
Commerical Invoice,
Packing Slip Report
Bill of Lading

Tables effected
WSH_DELIVERY_DETAILS.RELEASED_STATUS = C (Ship Confirmed)
OE_ORDER_HEADERS_ALL.FLOW_STATUS_CODE = BOOKED
OE_ORDER_LINES_ALL.FLOW_STATUS_CODE = SHIPPED

CREATE INVOICE:
---------------
Run workflow background process.
ITEM Type: OM order line

workflow background process inserts records into RA_INTERFACE_LINES_ALL


Auto invoice Master program and Auto Invoice import program which created invoice
for the order.

Receivables super user > tranasctions > transctions query with order number as
reference.

Tables:
RA_CUSTOMER_TRX_ALL
RA_CUSTOMER_TRX_LINES_ALL will have invoice information.

CREATE RECEIPT:
--------------
Receivables > Receipts > Receipts
enter details
click on Apply button to apply it to the invoice.
Table: AR_CASH_RECEIPTS_ALL

Transfer to GL:
---------------
Run General ledger Program - to transfer receivables accounting info to GL

Table: GL_INTERFACE

Journal Import:
---------------

To transfer the data from GL interface to GL run the Journel Import Program.
Tables: GL_JE_BATCHED, GL_JE_HEADERS, GL_JE_LINES

POSTING
------
GL-> Journel > enter
Select unposted journal one at time and click on POST.
Table: GL_BALANCES.

You might also like