DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on INV_CONVERT

Line 91: l_secondary_quantity_shipped := INV_CONVERT.inv_um_convert(

87: l_secondary_quantity_cancelled := NULL;
88:
89: IF cr_rec.quantity_shipped IS NOT NULL and cr_rec.quantity_shipped <> 0 THEN
90:
91: l_secondary_quantity_shipped := INV_CONVERT.inv_um_convert(
92: item_id => cr_rec.item_id,
93: precision => 6,
94: from_quantity => cr_rec.quantity_shipped,
95: from_unit => NULL,

Line 107: l_secondary_quantity_cancelled := INV_CONVERT.inv_um_convert(

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