DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on INV_CONVERT

Line 2071: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,

2067: IF(l_uom <> v_lpn_content.uom AND p_label_type_info.business_flow_code NOT IN (14, 15)) THEN
2068: --Transaction UOM is different from Primary UOM
2069: --Get the transaction quantity from the primary quantity
2070: l_qty :=
2071: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,
2072: 6,
2073: v_lpn_content.quantity,
2074: v_lpn_content.uom,
2075: l_uom,