DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on MTL_PARAMETERS

Line 1879: , mtl_parameters mp

1875: FROM mtl_system_items_vl msik --Bug 5302715 changed from kfv to vl
1876: , mtl_lot_numbers mln
1877: , mtl_material_statuses_vl mmsvl
1878: , po_hazard_classes poh
1879: , mtl_parameters mp
1880: /*Commented for bug# 6334460 start
1881: , DUAL d
1882: Commented for bug# 6334460 end */
1883: , wms_item_locations_kfv wilk

Line 3426: FROM mtl_parameters

3422: -- Fetching organization code when item is an expense item.
3423: v_material_cur := null;
3424: SELECT organization_code
3425: INTO l_organization_code
3426: FROM mtl_parameters
3427: WHERE organization_id = l_organization_id;
3428:
3429: --Bug 8632067, Fetching uom_code for expense item
3430: IF (l_uom IS NULL AND p_label_type_info.business_flow_code IN (1,2,3)) THEN