DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on INV_CONVERT

Line 108: l_secondary_quantity_shipped := INV_CONVERT.inv_um_convert(

104: l_secondary_quantity_cancelled := NULL;
105:
106: IF cr_rec.quantity_shipped IS NOT NULL and cr_rec.quantity_shipped <> 0 THEN
107:
108: l_secondary_quantity_shipped := INV_CONVERT.inv_um_convert(
109: item_id => cr_rec.item_id,
110: precision => 6,
111: from_quantity => cr_rec.quantity_shipped,
112: from_unit => NULL,

Line 124: l_secondary_quantity_cancelled := INV_CONVERT.inv_um_convert(

120: END IF;
121:
122: IF cr_rec.quantity_cancelled IS NOT NULL and cr_rec.quantity_cancelled <> 0 THEN
123:
124: l_secondary_quantity_cancelled := INV_CONVERT.inv_um_convert(
125: item_id => cr_rec.item_id,
126: precision => 6,
127: from_quantity => cr_rec.quantity_cancelled,
128: from_unit => NULL,