DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on INV_CONVERT

Line 142: l_reserved_quantity_t := inv_convert.inv_um_convert

138: /* It is safe to assume that conversion will not fail because this is an internal
139: procedure and will only be called where conversion do exist and l_detail_uom is not null.
140: Therefore no need to check the failure (-99999 return value)
141: */
142: l_reserved_quantity_t := inv_convert.inv_um_convert
143: (
144: ITEM_ID => l_reservation_tbl(i).inventory_item_id,
145: LOT_NUMBER => l_reservation_tbl(i).lot_number,
146: ORGANIZATION_ID => l_reservation_tbl(i).organization_id,