DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on INV_CONVERT

Line 2021: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,

2017: IF(l_uom <> v_lpn_content.uom AND p_label_type_info.business_flow_code NOT IN (14, 15)) THEN
2018: --Transaction UOM is different from Primary UOM
2019: --Get the transaction quantity from the primary quantity
2020: l_qty :=
2021: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,
2022: 6,
2023: v_lpn_content.quantity,
2024: v_lpn_content.uom,
2025: l_uom,