Sunday, 28 August 2011

RMA -Part 1

RMA is Return Material Authorization ,sometimes referred as RGA(Returns Goods Authorization) is about the returns good management in a company .

Why would goods be returned ?

Goods can be returned for various reasons like quality issues ,failures ,for exchanges ,for wrong shipment etc . RMA policies could vary significantly with the industry ,for example in retail industry any consumer goods in US are subjected to a standard 30 day return policy and a telecommunication industry in europe has a standard return policy of 14days money back policy .
 
I was just browsing the web and found a company's return policy and this would help in understanding the return policy in a company,See my comments in italic


Return Policy

Policy No 1 Company's written approval must be obtained prior to the return of any merchandise. Returns without an RGA Number will be refused and returned at the shipper’s expense.
Most of companies(a typical large scale manufacturing industry) would have a standard RGA form and many companies would need to have RMA approved before the customer returns the goods ,This would reduce the inflow of unwanted returns .

Policy No 2 This written approval will be in the form of a RGA Form and a copy must be returned with the
merchandise and All packages must be clearly marked with the RGA number.
Why is this been asked ,This is one of the easiest way for the receiving clerk to know that this package is a returned goods froma customer against the many shipements he receives.It also facilitates him to receive against the specific RMA document number in the system

Policy No 3 All merchandise must be returned no later than 45 days from the RGA date. No credit will be
issued for items returned more that 45 days after the RGA date. If items are returned
more that 45 days after RGA date, delivery will be refused at our receiving dock
Returns cannot be delayed ,mainly becoz of the credit terms would be in a such a way the goods needs to be returned within a specific no of days for the customer to be eligible for the return

Policy No 4 No credit will be issued for items returned in excess of RGA quantities or not on RGA.
Generally ,The approved quantity on the RGA form and the actual receipt quantity needs to be the same ,Unless the company has a policy of taking over return quantities

Policy No 5 Freight Policy ?
This is slightly tricky ,Generally if the return is becoz of mistake from the organization like wrong item shipped ,or order entry error ,damage during shipment ,the freight is provided by the sellling organization or the freight is also paid by the customer where the customer damaged the goods ,or requesting a repair etc

Policy No 6 Restocking fee ??
Sometimes companies can charge a restocking fee to store the goods .lets say the company has a public warehouse where they pay to store the goods .any returned goods is a additional expense to the company to store the inventory ,Hence typically a restocking fee is levied on the customer

Hope this gives a good idea of a RMA Policy in a company .I will continue the RMA on RMA Part 2,Part 3 ...and start discussing on the oracle solution .

Wednesday, 15 June 2011

Cancellation of ATO Model

I just noted that if we cancel an ATO Model ,the configuration line gets deleted from the sales order line .Though i dont see any impact on this .Need to understand the reason why the star item gets deleted .

Raised an SR on this,Lets see the oracle response on this.

Tuesday, 14 June 2011

Unwanted Lines in Sales order -ATO Model Configuration

In the recent configurator implementation ,we faced a unique issue. The issue is the moment you configure a model in the configurator and return back to order management ,The lines explode based automatically based on the profile option OM :Show line details ,Suppose if the ATO Model is modelled in such a way that there are many models and option classes in it ,You would end up seeing all the extra model ,option class in the sales order lines which our customer service did not like it and it was a pain for them to see which are really the options they have chosen .

Though we fixed it thru a personalization solution ,i found it intresting that this issue is already been logged as ER with oracle (Back in 2005 and yet not released !!!!) ..Refer ER 4905024

Wednesday, 20 October 2010

Credit memo and its Invoice

I had few difficulties in finding the corresponding invoice number for a credit memo, for one my issue in Oracle incentive compensation and googled for it, but have not found anything useful.

Finally i have drafted the below simple query with the help of my team mate.

select A.TRX_NUMBER CMNO,
A.TRX_DATE CMDATE,
O.TRX_NUMBER INVNO,
O.TRX_DATE INVDATE
FROM RA_CUSTOMER_TRX_ALL A,
RA_CUSTOMER_TRX_ALL O
where
O.CUSTOMER_TRX_ID = A.PREVIOUS_CUSTOMER_TRX_ID
and A.trx_number like &enter_the_invoice_number

the above gives the corressponding the invoice number for a credit memo with the creation date.

Saturday, 14 August 2010

Shipping Dock


What does a dock mean ?
A dock means a place where loading and unloading of goods happens .




Learn WMS with me ....

Just thought i would scribble whatever i learn in the WMS ........

Thursday, 15 April 2010

Starting again ...

Its almost six months ,i did not blog anything ,i thought i would start this again ...I hope i would write this very often ....Im now involved in a large enterprise transformation R12 implementation .Thinking of writing a lot .....

-Saravana prakash