DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_PVT dependencies on PA_UOM

Line 946: l_dummy_variable:= Pa_Uom.Get_Uom(P_user_id => Fnd_Global.User_Id,

942: END IF;
943:
944: If l_inventory_item_id is Not Null Then
945:
946: l_dummy_variable:= Pa_Uom.Get_Uom(P_user_id => Fnd_Global.User_Id,
947: P_uom_code => l_uom);
948:
949: End If;
950: