0% found this document useful (0 votes)
471 views4 pages

Units of Measure in Oracle Apps R12

1. The document describes how to define units of measure (UOMs) in classes and relate different UOMs to a base unit through conversions. 2. It provides examples of creating a "tata_weight" class with grams as the base unit and defining related UOMs like sachets and packets. 3. Items can be created and tracked in a primary UOM, and exceptions can override standard conversions between UOMs for certain items.

Uploaded by

Jaya Krishna
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)
471 views4 pages

Units of Measure in Oracle Apps R12

1. The document describes how to define units of measure (UOMs) in classes and relate different UOMs to a base unit through conversions. 2. It provides examples of creating a "tata_weight" class with grams as the base unit and defining related UOMs like sachets and packets. 3. Items can be created and tracked in a primary UOM, and exceptions can override standard conversions between UOMs for certain items.

Uploaded by

Jaya Krishna
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/ 4

UNITS OF MEASURE :

Classes

--- Collection of relevant UOM's.

--- Create a Class --- tata_weight

Base unit --- tata_grams

UOM --- tgm

Click on Units of Measure ---- to create other UOM's under this created Class.

tata_grams -- tgm ---- Base unit, alrdy defined while defining the Class
tata_sachets -- tsa
tata_packet -- tpa

Then a relation needs to be established between the UOM's and the Base UOM..

Click on Conversions ---- to relate all the UOM's to the Base UOM.

Standard :

Then give the relations for the other 2 UOM's.

tata_sachets ---- 10 tata_grams


tata_packet ---- 20 tata_grams

CREATE ITEMS WITH PRIMARY UOM AS "tata_sachets" :

Create an Item "tata_powder1 - less dense powder" ------ Primary UOM is


"tata_sachets"

Tracking ---- Primary

Pricing ---- Primary

Create an Item "tata_powder2 - more dense powder" ------ Primary UOM is


"tata_sachets"

Tracking ---- Primary

Pricing ---- Primary

Items are always Reported in the PRIMARY UOM's...


Exceptions :

1. Item Specific Exceptions: ----- Override the Standard Conversions

--- Intra Class

--- The Item "tata_powder2 - more dense powder" ------ This item has an
exception -- tata_packet = 30 tata_grams.

--- Go to Conversions >> Intra Class >> Item >> Override the existing 20gms..

2. Inter Class Conversions : ------ Peer to Peer conversions

--- An item can be measured in UOM's belonging to multiple Classes -- example :


tgm,tsa,tpa , tti (tata_tins)

tata-weight class Quantity class

--- tti is defined under QUANTITY Class --- related to the Base unit of
QUANTITY Class under Conversions --- 1 tti = 10 Each

--- Since there are multiple UOM's in which the items can be measured, and the
UOM's are under 2 different Classes

--- An Inter Class Conversion has to be defined for the 2 Classes

--- The relation between the Base UOM's of the 2 Classes are defined here --- 1
Each = 100 tgm

Exceptions under the Inter Class :

For the Item "tata_powder2 - more dense powder" --- 1 tti = 15 Each (instead
of 10 each)

So create an Item Specific exception under the Quantity Class ( Intra


Class )

Go to Conversions >> Intra Class >> Item >> Override the existing
10 Each..

Transactions :

1. --- Miscellaneous receipt for "tata_powder1 - more dense powder" ---- 10 tpa

"tata_powder2 - more dense powder" ---- 10 tpa

--- Check the Onhand after the transaction ( only reports in the Primary UOM
set for the Item -- tsa )
"tata_powder1 - more dense powder" --- 10 tpa = 10 * 20 tgm =
200 tgm

and 200 tgm = 20 tsa..... So onhand is 20 tsa.

"tata_powder1 - more dense powder" --- 10 tpa -- This item has


an Item Specific exception

So , 10 tpa = 10 * 30 tgm = 300 tgm


----- 30 tsa------ So onhand is 30 tsa.

2. --- Miscellaneous receipt for "tata_powder1 - more dense powder" ---- 10 tti

"tata_powder2 - more dense powder" ---- 10 tti

--- Check the Onhand after the transaction ( only reports in the Primary UOM
set for the Item -- tsa )

"tata_powder1 - more dense powder" --- 10 tti = 10 * 10 Each =


100 Each

and , 100 Each = 100 * 100 tgms

and , 100 * 10 tsa ---- 1000 tsa ( Onhand )

"tata_powder1 - more dense powder" --- 10 tti -- This item has


an Item Specific exception

So , 10 tti = 10 * 15 each = 150 Each


----- 150 * 100 tgm

and , 150 * 10 tsa ----- 1500 tsa ( Onhand )

You might also like