DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on INV_CONVERT

Line 2741: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,

2737: IF(l_uom <> v_lpn_content.uom AND p_label_type_info.business_flow_code NOT IN (14, 15)) THEN
2738: --Transaction UOM is different from Primary UOM
2739: --Get the transaction quantity from the primary quantity
2740: l_qty :=
2741: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,
2742: 6,
2743: v_lpn_content.quantity,
2744: v_lpn_content.uom,
2745: l_uom,