Download - 23544841 Order to Cash Cycle - baixardoc

Transcript

Top of Form

00884795943223 FORID:9

Search Site:

Search

Bottom of Form

• Tables

• Fourms

○ Oracle Schools

○ Oracle

• Scripts

○ General

Check if file exists

Misc

○ API

○ Interface

Blanket Purchase Aggrement

○ Shell Scripts

Copy File

• Misc

○ Ask a Question

○ Apps Login

○ Mock Interview

○ Apps Consultancies

○ Apps Related Sites

○ User Guides

R12

11.5.10.2

11.5.9

11.5.8

11.5.7

11.5.6

11.5.5

11.5.4

11.5.3

11.5.2

11.5.1

11

○ Download Links

○ Apps Installation

• Interview Q'ns

○ Oracle Reports

○ Oracle Forms

○ Workflow

○ General Apps

○ PL/SQL

○ Payables(AP)

○ Receivables(AR)

○ Order Entry(OM)

○ Purchasing(PO)

• Articles

○ Financials

○ Manufacturing

○ Tools

Report Creation

Forms Customization

Forms Personalization#1

Forms Personalization#2

XML Publisher

Workflow Tutorail

○ App Developer

Conc. Program Registration

Conc. Program from menu

Descriptive Flexfields

Oracle Attachments

Order to Cash Cycle

Interface Programs

Adhoc Roles

SQL*LOADER

Technical Terms

FNDLOAD

○ Videos

Report Creation

XML Publisher

Workflow Customization

Responsibility Creation

• Home

Receive Updates

Top of Form

Enter Your

A value is required.Invalid format.

True Subscribe

Bottom of Form

Top of Form

_s-xclick -----BEGIN PKCS7

Bottom of Form

Sponsors

Keep in touch

Click here to Bookmark this site.

Click here to set this page as your homepage

About me

I am Prudhvi working for iAppz Solutions Inc as Oracle Apps techno-functional

consultant.

[email protected]

www.erpschools.com(847)877-2662

Direct Links

iExpenses

BPEL Tutorial

Apps Story

Shell Script from Database procedure

Alerts in Oracle Apps

Shell Scripting Tutorial

Concurrent program from menu

Order to Cash Cycle

Interface Programs

Descriptive Flexfields

Change LOV using Forms Personalization

Oracle Attachments

Workflow Tutorial

Technical Terms

Form Customization

Report Creation

Concurrent Program Registration

Using FNDLOAD

XML Publisher

SQL * LOADER

Adhoc Roles

Forms Personalization

Order to Cash Cycle

The below are the steps in short that we will go through in this article:

• Enter the Sales Order

• Book the Sales Order

• Launch Pick Release

• Ship Confirm

• Create Invoice

• Create the Receipts either manually or using Auto

Lockbox ( In this article we will concentrate on Manual creation)

• Transfer to General Ledger

• Journal Import

• Posting

Let’s get into the details of each step mentioned above.

Enter the Sales Order:

Navigation:Order Management Super User Operations (USA)>Orders Returns >Sales Orders

Enter the Customer details (Ship to and Bill to address), Order type.

Click on Lines Tab. Enter the Item to be ordered and the quantity required.

Line is scheduled automatically when the Line Item is saved.

Scheduling/unscheduling can be done manually by selecting Schedule/Un schedule from the Actions Menu.

You can check if the item to be ordered is available in the Inventory by clicking on Availability Button.

Save the work.

Underlying Tables affected:

In Oracle, Order information is maintained at the header and line level.

The header information is stored in OE_ORDER_HEADERS_ALL and the line information in OE_ORDER_LINES_ALL when the order is entered. The column called FLOW_STATUS_CODE

is available in both the headers and lines tables which tell us the status of the order at each stage.

At this stage, the FLOW_STATUS_CODE in OE_ORDER_HEADERS_ALL is ‘Entered’

Book the Sales Order:

Book the Order by clicking on the Book Order button.

Now that the Order is BOOKED, the status on the header is change accordingly.

Underlying tables affected:

At this stage:

The FLOW_STATUS_CODE in the table OE_ORDER_HEADERS_ALL would be ‘BOOKED’

The FLOW_STATUS_CODE in OE_ORDER_LINES_ALL will be ‘AWAITING_SHIPPING’.

Record(s) will be created in the table WSH_DELIVERY_DETAILS with RELEASED_STATUS=’R’ (Ready to Release)

Also Record(s) will be inserted into WSH_DELIVERY_ASSIGNMENTS.

At the same time DEMAND INTERFACE PROGRAM runs in the background and inserts into

MTL_DEMAND

Launch Pick Release:

Navigation:Shipping > Release Sales Order > Release Sales Orders.

Key in Based on Rule and Order Number

In the Shipping Tab key in the below:

Auto Create Delivery: Yes

Auto Pick Confirm: Yes

Auto Pack Delivery: Yes

In the Inventory Tab:

Auto Allocate: Yes

Enter the Warehouse

Click on Execute Now Button.