You are on page 1of 5

Oracle Apps Order to Cash flow

Oracle Apps O2C flow 1. 2. 3. 4. 5. Enter the Sales Order Book the Sales Order Launch Pick Release Ship Confirm Create Invoice

6. Create the Receipts either manually or using Auto Lockbox ( In this arti cle we will concentrate on Manual creation) 7. 8. 9. Transfer to General Ledger Journal Import Posting

1. Order Entry ~~~~~~~~~~~~~~~~~~ This is first stage, When the order is entered in the system, it creates a recor d in order headers and Order Lines table. Enter header details: Once you enter details on the order header and save it or move it to lines, record goes to one table OE_ORDER_HEADERS_ALL flow_status_code = ENTERED, booked _flag = N ), Primary key = HEADER_ID No record exist in any other table for this order till now. Enter Line details for this order: Enter different item numbers, quantity an d other details in line tab. When the record gets saved, it goes to one table. Order header details will be linked with line details by order HEADER_ID. oe_order_lines_all (flow_status_code = ENTERED, booked_flag = N, open_flag = Y) Primary key = LINE_ID oe_order_headers_all - 1 record created in header table oe_order_lines_all - Lines for particular records oe_price_adjustments - When discount gets applied oe_order_price_attribs - If line has price attributes then populated oe_order_holds_all - If any hold applied for order like credit check etc. 2.Order Booking ~~~~~~~~~~~~~~~~~~ This is next stage, when Order is booked then the Flow status changed from Enter

ed to Booked. At this stage, these below table get affected. oe_order_headers_all (flow_status_code as BOOKED, booked_flag updated to Y) oe_order_lines_all (flow_status_code as AWAITING_SHIPPING, booked_flag updat ed Y) wsh_delivery_details (DELIVERY_DETAIL_ID is assigned here, released_status eady to release, LINE_ID comes as SOURCE_LINE_ID) RELEASED_STATUS Possible Values: B: Backordered - Line failed to be allocated in Inventory C: Shipped - Line has been shipped D: Cancelled - Line is Cancelled N: Not Ready for Release- Line is not ready to be released R: Ready to Release : Line is ready to be released S: Released to Warehouse: Line has been released to Inventory for processing X: Not Applicable - Line is not applicable for Pick Release Y: Staged - Line has been picked and staged by Inventory wsh_delivery_assignments (DELIVERY_ASSIGNMENT_ID is assigned for DELIVERY_DETAIL_ID present in wsh_de livery_details, DELIVERY_ID remains blank till this stage) * In shipping transaction form order status remains "Ready to Release". At the same time, Demand interface program runs in background And insert into in ventory tables mtl_demand, here LINE_ID come as a reference in DEMAND_SOURCE_LINE 3. Reservation ~~~~~~~~~~~~~~~~~~ This step is required for doing reservations SCHEDULE ORDER PROGRAM runs in th e background and quantities are reserved. Once this program get successfully get completed, the mtl_demand and mtl_res ervations table get updated. LINE_ID gets updated in DEMAND_SOURCE_LINE_ID in both the tables. 4. Pick Release ~~~~~~~~~~~~~~~~~~ Pick Release is the process of putting reservation on on-hand quantity available in the inventory and pick them for particular sales order. Pick release can be done from 'Release Sales Order' form or 'Pick release SRS' program can be scheduled in background. In both of these cases all lines of the order gets pick released depending on the Picking rule used. If specific line/s needs to be pick release it can be done from 'Shipping Tran saction form. For this case Pick Release is done from 'Release Sales Order' form with Pick C onfirm = NO. Once pick release is done these are the tables get affected: If step 3 is not done then MTL_RESERVATIONS gets updated now. wsh_new_deliveries (one record gets inserted with SOURCE_HEADER_ID= order he ader ID, status_code=OP =>open) R r

wsh_delivery_assignments (DELIVERY_ID gets assigned which comes from wsh_new _deliveries) wsh_delivery_details (released_status S MTL_TXN_REQUEST_HEADERS MTL_TXN_REQUEST_LINES (LINE_ID goes as TXN_SOURCE_LINE_ID) (move order tables. Here request is generated to move item from Source (RM o r FG) sub-inventory to staging sub-inventory) Mtl_material_transactions_temp (link to above tables through move_order_head er_id/line_id, this table holds the record temporally) MTL_SERIAL_NUMBERS_TEMP (if item is serial controlled at receipt then record goes in this table) MTL_SERIAL_NUMBERS (enter value in GROUP_MARK_ID ) * In shipping transaction form order status remains "Released to Warehouse" and all the material still remains in source sub-inventory. We need to do Move Order Transaction for this order. Till this no material tra nsaction has been posted to MTL_MATERIAL_TRANSACTIONS submitted for release )

5.Pick Confirm/ Move Order Transaction ~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ Items are transferred from source sub-inventory to staging Sub-inventory. Here m aterial transaction occurs. Order line status becomes 'Picked' on Sales Order and 'Staged/Pick Confirmed' on Shipping Transaction Form. MTL_MATERIAL_TRANSACTIONS_TEMP (Record gets deleted from here and gets poste d to MTL_MATERIAL_TRANSACTIONS) oe_order_lines_all (flow_status_code PICKED )

MTL_MATERIAL_TRANSACTIONS (LINE_ID goes as TRX_SOURCE_LINE_ID) mtl_transaction_accounts wsh_delivery_details (released_status becomes Y wsh_delivery_assignments MTL_ONHAND_QUANTITIES MTL_SERIAL_NUMBERS_TEMP (record gets inserted after putting details for the item which are serial controlled at 'Sales order issue') MTL_SERIAL_NUMBERS (record gets inserted after putting details for the item which are serial controlled at 'Sales order issue') * This step can be eliminated if we set Pick Confirm=YES at the time of Pick Rel ease => Released )

6.Ship Confirm ~~~~~~~~~~~~~~~~~~ Here ship confirm interface program runs in background. Data removed from wsh_ne w_deliveries. The items on the delivery gets shipped to customer at this stage. oe_order_lines_all (flow_status_code E) WSH_SERIAL_NUMBERS (records gets inserted with the DELIVERY_DETAIL_ID refere nce, only in case of shipped quantity is two or more) mtl_transaction_interface mtl_material_TRANSACTIONS (linked through Transaction source header id) mtl_transaction_accounts Data deleted from mtl_demand, MTL_reservations Item deducted from MTL_ONHAND_QUANTITIES MTL_SERIAL_NUMBERS_TEMP (records gets deleted from this table) MTL_SERIAL_NUMBERS (Serial number stauts gets updated CURRENT_STATUS=4 , 'Is sued out of store') shipped ) Shipped , SERIAL_NUMBER if quantity is ON

wsh_delivery_details (released_status C

7.Enter Invoice ~~~~~~~~~~~~~~~~~~ After shipping the order the order lines gets eligible to get transfered to RA_I NTERFACE_LINES_ALL. Workflow background engine picks those records and post it to RA_INTERFACE_LINES _ALL. This is also called Receivables interface, that mean information moved to accounting area for invoicing details. Invoicing workflow activity transfers shipped item information to Oracle Receivables. At the same time records also goes in th e table RA_INTERFACE_SALESCREDITS_ALL which hold details of sales credit for the particular order. ra_interface_lines_all (interface table into which the data is transferred from order management) Then Autoinvoice program imports data from this table which get affected into this stage are receivables base table. At the same time records goes in ra_customer_trx_all (cust_trx_id is primary key to link it to trx_lines table an d trx_number is the invoice number) ra_customer_trx_lines_all (line_attribute_1 and line_attribute_6 are linked to o rder number and line_id of the orders) Price Details qp_list_headers_b qp_list_lines -------To Get Item Price Details. --------Price list details

Items On Hand Qty mtl_onhand_quantities Payment Terms ra_terms AutoMatic Numbering System ar_system_parametes_all s enabled/disabled. Customer Information hz_parties -------dress and Phone hz_party_sites hz_locations hz_cust_accounts hz_cust_account_sites_all hz_cust_site_uses_all ra_customers

--------

TO check On Hand Qty Items.

--------

Payment terms

--------

you can check Automactic Numbering i

Get Customer information include name,contacts,Ad

8.Complete Line ~~~~~~~~~~~~~~~~~~ In this stage order line level table get updated with Flow status and open flag. oe_order_lines_all (flow_status_code shipped , open_flag N )

9.Close Order ~~~~~~~~~~~~~~~~~~ This is last step of Order Processing. In this stage only oe_order_lines_all tab le get updated. These are the table get affected in this step. oe_order_lines_all (flow_status_code closed , open_flag N ) oe_order_HEADERS_all

You might also like